Ribbon for WinForms
TextDirection 列挙体

C1.Win.4.8 アセンブリ > C1.Framework 名前空間 : TextDirection 列挙体
Specifies the text direction (horizontal or vertical).
シンタックス
'宣言
 
Public Enum TextDirection 
   Inherits System.Enum
public enum TextDirection : System.Enum 
メンバ
メンバ解説
DownText is draw vertically, from the top down.
NormalText is drawn in the horizontal direction, left to right.
UpText is draw vertically, from the bottom up.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Framework.TextDirection

参照

C1.Framework 名前空間