AutoComplete for ASP.NET Web Forms
TextDirectionEnum 列挙体

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 : TextDirectionEnum 列挙体
Specifies the direction of the text in the field.
シンタックス
'宣言
 
Public Enum TextDirectionEnum 
   Inherits System.Enum
public enum TextDirectionEnum : System.Enum 
メンバ
メンバ解説
DownText direction is down.
NormalText direction is normal.
UpText direction is up.
解説
Use the members of this enumeration to set the value of the Field.TextDirection property in the Field class.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Report.TextDirectionEnum

参照

C1.C1Report 名前空間