TabStopLeader
Enum
Specifies the repeating character pattern displayed before text at a tab stop.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.Styles
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
C#
public enum TabStopLeader
Fields
Repeating dot characters fill the space.
C#
Dot = 1
Repeating hyphen characters fill the space.
C#
Hyphen = 2
Repeating middle dot characters fill the space.
C#
MiddleDot = 4
No leader characters displayed.
C#
None = 0
Repeating underscore characters fill the space.
C#
Underscore = 3