ComponentOne List for WinForms
C1.Win.List Namespace / VerticalAlignEnum Enumeration

In This Topic
    VerticalAlignEnum Enumeration
    In This Topic
    Used by C1Combo.VerticalAlign property.
    Syntax
    'Declaration
     
    
    Public Enum VerticalAlignEnum 
       Inherits System.Enum
    public enum VerticalAlignEnum : System.Enum 
    Members
    MemberDescription
    BottomText is aligned with the bottom of the editor field.
    MiddleText is aligned with the center of the editor field.
    TopText is aligned with the top of the editor field.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.List.VerticalAlignEnum

    See Also