Enum TextDirection
Specifies the direction text flows within a TableCell, controlling both horizontal and vertical text orientation.
Namespace: Telerik.Windows.Documents.Flow.Model.Styles
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public enum TextDirection
BottomToTopLeftToRight
Text flows bottom-to-top vertically, then left-to-right horizontally.
LeftToRightTopToBottom
Text flows left-to-right horizontally, then top-to-bottom vertically (standard Western layout).
LeftToRightTopToBottomRotated
Text flows left-to-right horizontally, then top-to-bottom vertically, with 270-degree rotation applied.
TopToBottomLeftToRightRotated
Text flows top-to-bottom vertically, then left-to-right horizontally, with 270-degree rotation applied.
TopToBottomRightToLeft
Text flows top-to-bottom vertically, then right-to-left horizontally.
TopToBottomRightToLeftRotated
Text flows top-to-bottom vertically, then right-to-left horizontally, with 270-degree rotation applied.