| C1.Win.C1FlexGrid Namespace : TextAlignEnum Enumeration |
'DeclarationPublic Enum TextAlignEnum Inherits System.Enum
'UsageDim instance As TextAlignEnum
public enum TextAlignEnum : System.Enum
public enum class TextAlignEnum : public 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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2