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

In This Topic
    TabStopAlignment Enumeration
    In This Topic
    Specifies the tab stop alignment options.
    Syntax
    'Declaration
     
    Public Enum TabStopAlignment 
       Inherits System.Enum
    public enum TabStopAlignment : System.Enum 
    Members
    MemberDescription
    CenterText is centered relative to the tab stop.
    LeadingText is aligned to the right of the tab stop.
    SeparatorCharacters are aligned to the left of a specified separator.
    TrailingText is aligned to the left of the tab stop and extends to the left.
    Inheritance Hierarchy

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

    See Also