TabLeader

TabLeader enumeration

Specifies the type of the leader line displayed under the tab character.

public enum TabLeader

Values

NameValueDescription
None0No leader line is displayed.
Dots1The leader line is made up from dots.
Dashes2The leader line is made up from dashes.
Line3The leader line is a single line.
Heavy4The leader line is a single thick line.
MiddleDot5The leader line is made up from middle-dots.

See Also