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