Enum
TextDirection

Specifies the direction text flows within a TableCell, controlling both horizontal and vertical text orientation.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.Styles

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public enum TextDirection

Fields

BottomToTopLeftToRight

Text flows bottom-to-top vertically, then left-to-right horizontally.

Declaration

cs-api-definition
BottomToTopLeftToRight = 1

Field Value

TextDirection

LeftToRightTopToBottom

Text flows left-to-right horizontally, then top-to-bottom vertically (standard Western layout).

Declaration

cs-api-definition
LeftToRightTopToBottom = 0

Field Value

TextDirection

LeftToRightTopToBottomRotated

Text flows left-to-right horizontally, then top-to-bottom vertically, with 270-degree rotation applied.

Declaration

cs-api-definition
LeftToRightTopToBottomRotated = 3

Field Value

TextDirection

TopToBottomLeftToRightRotated

Text flows top-to-bottom vertically, then left-to-right horizontally, with 270-degree rotation applied.

Declaration

cs-api-definition
TopToBottomLeftToRightRotated = 4

Field Value

TextDirection

TopToBottomRightToLeft

Text flows top-to-bottom vertically, then right-to-left horizontally.

Declaration

cs-api-definition
TopToBottomRightToLeft = 2

Field Value

TextDirection

TopToBottomRightToLeftRotated

Text flows top-to-bottom vertically, then right-to-left horizontally, with 270-degree rotation applied.

Declaration

cs-api-definition
TopToBottomRightToLeftRotated = 5

Field Value

TextDirection