FlexPivot for WinForms
TextAlignEnum 列挙体

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 : TextAlignEnum 列挙体
Specifies how text is aligned in a grid cell.
シンタックス
'宣言
 
Public Enum TextAlignEnum 
   Inherits System.Enum
public enum TextAlignEnum : System.Enum 
メンバ
メンバ解説
CenterBottomText is horizontally aligned to the center and vertically aligned to the bottom of the cell.
CenterCenterText is horizontally aligned to the center and vertically aligned to the center of the cell.
CenterTopText is horizontally aligned to the center and vertically aligned to the top of the cell.
GeneralBottomNumbers are aligned to the right, other values to the left, and vertically aligned to the bottom.
GeneralCenterNumbers are aligned to the right, other values to the left, and vertically aligned to the center.
GeneralTopNumbers are aligned to the right, other values to the left, and vertically aligned to the top.
LeftBottomText is horizontally aligned to the left and vertically aligned to the bottom of the cell.
LeftCenterText is horizontally aligned to the left and vertically aligned to the center of the cell.
LeftTopText is horizontally aligned to the left and vertically aligned to the top of the cell.
RightBottomText is horizontally aligned to the right and vertically aligned to the bottom of the cell.
RightCenterText is horizontally aligned to the right and vertically aligned to the center of the cell.
RightTopText is horizontally aligned to the right and vertically aligned to the top of the cell.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.TextAlignEnum

参照

C1.Win.C1FlexGrid 名前空間