PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / TabAlignmentEnum Enumeration

In This Topic
    TabAlignmentEnum Enumeration
    In This Topic
    Specifies the text alignment on a tab position. See RenderTextBase.TabPositions for details.
    Syntax
    'Declaration
     
    Public Enum TabAlignmentEnum 
       Inherits System.Enum
    public enum TabAlignmentEnum : System.Enum 
    Members
    MemberDescription
    CenterText is centered around the tab position.
    LeftText is left-aligned on the tab position (text starts at the tab stop).
    RightText is right-aligned on the tab position (text ends at the tab stop).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Preview.TabAlignmentEnum

    See Also