True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / AlignHorzEnum Enumeration

In This Topic
    AlignHorzEnum Enumeration
    In This Topic
    Specifies the horizontal alignment of text or images in a cell.
    Syntax
    'Declaration
     
    Public Enum AlignHorzEnum 
       Inherits System.Enum
    public enum AlignHorzEnum : System.Enum 
    Members
    MemberDescription
    CenterText is aligned centered.
    FarText is aligned to the right.
    GeneralText is aligned Near and numeric values Far
    JustifyText is aligned with respect to the cells boundries.
    NearText is aligned to the left.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1TrueDBGrid.AlignHorzEnum

    See Also