TabStopType
Enum
Specifies how text aligns at a tab stop position: left, center, right, decimal, bar, or clear.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.Styles
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
C#
public enum TabStopType
Fields
Vertical bar drawn at the tab position without affecting text alignment.
C#
Bar = 4
Text centers around the tab position.
C#
Center = 1
Removes an inherited tab stop at this position.
C#
Clear = 5
Numbers align on the decimal point at the tab position.
C#
Decimal = 3
Text aligns to the left starting at the tab position.
C#
Left = 0
Text aligns to the right ending at the tab position.
C#
Right = 2