ComponentOne MultiSelect for WinForms
C1.Win.C1Input Namespace / VerticalAlignEnum Enumeration

In This Topic
    VerticalAlignEnum Enumeration
    In This Topic
    Used by C1TextBox.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 enclosing control.
    MiddleText is aligned with the center of the enclosing control.
    TopText is aligned with the top of the enclosing control.
    Inheritance Hierarchy

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

    See Also