Document Solutions for PDF
DS.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TabStopLeader Enumeration

In This Topic
    TabStopLeader Enumeration
    In This Topic
    Specifies the type of the leader line displayed under the tab character.
    Syntax
    'Declaration
     
    Public Enum TabStopLeader 
       Inherits System.Enum
    public enum TabStopLeader : System.Enum 
    Members
    MemberDescription
    DotDotted leader line.
    HyphenDashed tab stop leader line.
    MiddleDotMiddle dot leader line.
    NoneNo tab stop leader.
    UnderlineSolid leader line.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Text.TabStopLeader

    See Also