FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / TextAlignEnum Enumeration

In This Topic
    TextAlignEnum Enumeration
    In This Topic
    Specifies how text is aligned in a grid cell.
    Syntax
    'Declaration
     
    
    Public Enum TextAlignEnum 
       Inherits System.Enum
    public enum TextAlignEnum : System.Enum 
    Members
    MemberDescription
    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.
    Inheritance Hierarchy

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

    See Also