AutoComplete for ASP.NET Web Forms
FieldAlignEnum 列挙体

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 : FieldAlignEnum 列挙体
Specifies the alignment of text within the field's rectangle.
シンタックス
'宣言
 
Public Enum FieldAlignEnum 
   Inherits System.Enum
public enum FieldAlignEnum : System.Enum 
メンバ
メンバ解説
CenterBottomAlign to the center and to the bottom of the field box.
CenterMiddleAlign to the center and to the middle of the field box.
CenterTopAlign to the center and to the top of the field box.
GeneralAlign numbers to the right, other values to the left.
JustBottomJustify and align to the bottom of the field box.
JustMiddleJustify and align to the middle of the field box.
JustTopJustify and align to the top of the field box.
LeftBottomAlign to the left and to the bottom of the field box.
LeftMiddleAlign to the left and to the middle of the field box.
LeftTopAlign to the left and to the top of the field box.
RightBottomAlign to the right and to the bottom of the field box.
RightMiddleAlign to the right and to the middle of the field box.
RightTopAlign to the right and to the top of the field box.
解説
Use the members of this enumeration to set the value of the Field.Align property in the Field class.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Report.FieldAlignEnum

参照

C1.C1Report 名前空間