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

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