Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word 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
    Dashe The leader line is made up from dashes.
    Dot The leader line is made up from dots.
    Heavy The leader line is a single thick line.
    Line The leader line is a single line.
    MiddleDot The leader line is made up from middle-dots.
    None No leader line is displayed.
    Inheritance Hierarchy

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

    See Also