'Declaration Public Enum LineFlowDirection Inherits System.Enum
public enum LineFlowDirection : System.Enum
Member | Description |
---|---|
HorizontalTopToBottom | Text should be oriented horizontally and flow from top to bottom as new lines are needed. |
HorizontalTopToBottomRotated | Text should be oriented horizontally and flow from top to bottom as new lines are needed. East Asian characters should be rotated 90 degrees counter-clockwise. |
VerticalLeftToRight | Text should be oriented vertically and flow from left to right as new lines are needed. |
VerticalLeftToRightRotated | Text should be oriented vertically and flow from left to right as new lines are needed. East Asian characters should be rotated 90 degrees clockwise. |
VerticalRightToLeft | Text should be oriented vertically and flow from right to left as new lines are needed. |
VerticalRightToLeftRotated | Text should be oriented vertically and flow from right to left as new lines are needed. East Asian characters should be rotated 90 degrees counter-clockwise. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2