Enum TextDirection
Defines constants which specify the text flow direction in a TableCell.
Namespace: Telerik.Windows.Documents.Flow.Model.Styles
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public enum TextDirection
BottomToTopLeftToRight
Specifies the text shall flow from bottom to top vertically and from left to right horizontally.
LeftToRightTopToBottom
Specifies the text shall flow from left to right horizontally and from top to bottom vertically.
LeftToRightTopToBottomRotated
Specifies the text shall flow from left to right horizontally and from top to bottom vertically. This flow is rotated.
TopToBottomLeftToRightRotated
Specifies the text shall flow from top to bottom vertically and from left to right horizontally. This flow is rotated.
TopToBottomRightToLeft
Specifies the text shall flow from top to bottom vertically and from right to left horizontally.
TopToBottomRightToLeftRotated
Specifies the text shall flow from top to bottom vertically and from right to left horizontally. This flow is rotated.