Visual Basic (Declaration) | |
---|---|
Public Enum TextOrientation Inherits System.Enum |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As TextOrientation |
C# | |
---|---|
public enum TextOrientation : System.Enum |
Member | Description |
---|---|
TextHorizontal | Aligns the text horizontally in the control |
TextHorizontalFlipped | Aligns the text horizontally in the control and flipped |
TextRotateCustom | Aligns the text based on a rotation angle for shape-related objects only |
TextTopDown | Aligns the text from the top to the bottom of the control and wraps left to right |
TextTopDownRTL | Aligns the text from the top to the bottom of the control and wraps right to left |
TextVertical | Aligns the text vertically in the control |
TextVerticalFlipped | Aligns the text vertically in the control and flipped |
System.Object
System.ValueType
System.Enum
FarPoint.Win.TextOrientation
Target Platforms: Windows 7, 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