Ribbon for WinForms
VerticalOrientation 列挙体

C1.Win.4.8 アセンブリ > C1.Util 名前空間 : VerticalOrientation 列挙体
Default character orientation categories.
シンタックス
'宣言
 
Public Enum VerticalOrientation 
   Inherits System.Enum
public enum VerticalOrientation : System.Enum 
メンバ
メンバ解説
RCharacters which are displayed sideways, rotated 90 degrees clockwise compared to the code charts.
TrRequire 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.
TuRequire a different glyph when used in vertical texts. As a fallback, the character can be displayed with the code chart glyph upright.
UCharacters which are displayed upright, with the same orientation that appears in the code charts.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Util.VerticalOrientation

参照

C1.Util 名前空間