ComponentOne List for WinForms
C1.Win.C1List Namespace / AlignVertEnum Enumeration

In This Topic
    AlignVertEnum Enumeration
    In This Topic
    Specifies the vertical alignment of text or images in a cell.
    Syntax
    'Declaration
     
    
    Public Enum AlignVertEnum 
       Inherits System.Enum
    public enum AlignVertEnum : System.Enum 
    Members
    MemberDescription
    BottomText is rendered at the bottom of the cell.
    CenterText is rendered at the center of the cell.
    TopText is rendered at the top of the cell.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1List.AlignVertEnum

    See Also