TSRVLineNumberProperty.Step

<< Click to display table of contents >>

TSRVLineNumberProperty.Step

property Step: Integer;

Only every Step-th line number is drawn as a number. Other numbers are not drawn, or drawn as ticks, depending on Ticks property.

If Ticks=True, the first number on the page is always shown.

Examples:

Step=1; line numbers: 1 2 3 4 5, etc.

Step=10, Ticks=False; line numbers: 10 20 30, etc. (other line numbers are not shown)

Step=10, Ticks=True; line numbers: 1 . . . | . . . . 10 . . . . | . . . . 20, etc.

Default value:

1