'宣言 Public Enum TextAlignEnum Inherits System.Enum
public enum TextAlignEnum : System.Enum
'宣言 Public Enum TextAlignEnum Inherits System.Enum
public enum TextAlignEnum : System.Enum
| メンバ | 解説 |
|---|---|
| CenterBottom | Text is horizontally aligned to the center and vertically aligned to the bottom of the cell. |
| CenterCenter | Text is horizontally aligned to the center and vertically aligned to the center of the cell. |
| CenterTop | Text is horizontally aligned to the center and vertically aligned to the top of the cell. |
| GeneralBottom | Numbers are aligned to the right, other values to the left, and vertically aligned to the bottom. |
| GeneralCenter | Numbers are aligned to the right, other values to the left, and vertically aligned to the center. |
| GeneralTop | Numbers are aligned to the right, other values to the left, and vertically aligned to the top. |
| LeftBottom | Text is horizontally aligned to the left and vertically aligned to the bottom of the cell. |
| LeftCenter | Text is horizontally aligned to the left and vertically aligned to the center of the cell. |
| LeftTop | Text is horizontally aligned to the left and vertically aligned to the top of the cell. |
| RightBottom | Text is horizontally aligned to the right and vertically aligned to the bottom of the cell. |
| RightCenter | Text is horizontally aligned to the right and vertically aligned to the center of the cell. |
| RightTop | Text 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