'Declaration
Public Enum TextAlignEnum Inherits System.Enum
public enum TextAlignEnum : System.Enum
'Declaration
Public Enum TextAlignEnum Inherits System.Enum
public enum TextAlignEnum : System.Enum
Member | Description |
---|---|
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