ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / NavigatorVerticalAlignEnum Enumeration

In This Topic
    NavigatorVerticalAlignEnum Enumeration
    In This Topic
    Used by C1DbNavigator.VerticalAlign property.
    Syntax
    'Declaration
     
    Public Enum NavigatorVerticalAlignEnum 
       Inherits System.Enum
    public enum NavigatorVerticalAlignEnum : System.Enum 
    Members
    MemberDescription
    BottomButtons are aligned with the bottom of the control.
    MiddleButtons are aligned with the center of the control.
    TopButtons are aligned with the top of the control.
    Inheritance Hierarchy

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

    See Also