MultiSelect for WinForms
VerticalAlignEnum 列挙体

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 : VerticalAlignEnum 列挙体
Used by C1TextBox.VerticalAlign property.
シンタックス
'宣言
 
Public Enum VerticalAlignEnum 
   Inherits System.Enum
public enum VerticalAlignEnum : System.Enum 
メンバ
メンバ解説
BottomText is aligned with the bottom of the enclosing control.
MiddleText is aligned with the center of the enclosing control.
TopText is aligned with the top of the enclosing control.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Input.VerticalAlignEnum

参照

C1.Win.C1Input 名前空間