'宣言 Public Enum TextDirection Inherits System.Enum
public enum TextDirection : System.Enum
'宣言 Public Enum TextDirection Inherits System.Enum
public enum TextDirection : System.Enum
| メンバ | 解説 |
|---|---|
| Down | Text is draw vertically, from the top down. |
| Normal | Text is drawn in the horizontal direction, left to right. |
| Up | Text is draw vertically, from the bottom up. |
System.Object
System.ValueType
System.Enum
C1.Framework.TextDirection