'宣言 Public Enum VerticalOrientation Inherits System.Enum
public enum VerticalOrientation : System.Enum
'宣言 Public Enum VerticalOrientation Inherits System.Enum
public enum VerticalOrientation : System.Enum
| メンバ | 解説 | 
|---|---|
| R | Characters which are displayed sideways, rotated 90 degrees clockwise compared to the code charts. | 
| Tr | Require a different glyph when used in vertical texts. As a fallback, the character can be displayed with the code chart glyph rotated 90 degrees clockwise. | 
| Tu | Require a different glyph when used in vertical texts. As a fallback, the character can be displayed with the code chart glyph upright. | 
| U | Characters which are displayed upright, with the same orientation that appears in the code charts. | 
System.Object
   System.ValueType
      System.Enum
         C1.Util.VerticalOrientation