Specifies the text alignment on a tab position. See TabPositions for details.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum TabAlignmentEnum
Visual Basic
Public Enumeration TabAlignmentEnum

Members

Member nameDescription
Left Text is left-aligned on the tab position (text starts at the tab stop).
Center Text is centered around the tab position.
Right Text is right-aligned on the tab position (text ends at the tab stop).

See Also