[]
Specifies the character that shall be used to fill in the space created by a positional tab. This character shall be repeated as required to completely fill the tab spacing generated by the positional tab character.
public enum TabLeader
Dot = 1
Use dot leader character.
Hyphen = 2
Use hyphen leader character.
MiddleDot = 4
Use centered dot leader character.
None = 0
Do not use any leader character.
Underscore = 3
Use underscore leader character.