Enum
TabStopType

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.

Declaration

cs-api-definition
Bar = 4

Field Value

TabStopType

Center

Text centers around the tab position.

Declaration

cs-api-definition
Center = 1

Field Value

TabStopType

Clear

Removes an inherited tab stop at this position.

Declaration

cs-api-definition
Clear = 5

Field Value

TabStopType

Decimal

Numbers align on the decimal point at the tab position.

Declaration

cs-api-definition
Decimal = 3

Field Value

TabStopType

Left

Text aligns to the left starting at the tab position.

Declaration

cs-api-definition
Left = 0

Field Value

TabStopType

Right

Text aligns to the right ending at the tab position.

Declaration

cs-api-definition
Right = 2

Field Value

TabStopType

In this article
DefinitionFieldsBarCenterClearDecimalLeftRight
Not finding the help you need?
Contact Support