C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / NavigatorVerticalAlignEnum Enumeration

NavigatorVerticalAlignEnum Enumeration
Used by C1DbNavigator.VerticalAlign property.
Syntax
'Declaration
 
Public Enum NavigatorVerticalAlignEnum 
   Inherits 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