C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / TabAlignmentEnum Enumeration

TabAlignmentEnum Enumeration
Specifies the text alignment on a tab position. See RenderTextBase.TabPositions for details.
Syntax
'Declaration
 
Public Enum TabAlignmentEnum 
   Inherits 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