EnumTabStopType
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:
cs-api-definition
public enum TabStopType
Fields
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.