[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.TextAlignEnum

TextAlignEnum Enum

Specifies how text is aligned in a grid cell.

Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
public enum TextAlignEnum

Fields

Name 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.