ComponentOne Input for WinForms
VerticalAlignEnum Enumeration

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace : VerticalAlignEnum Enumeration
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

Reference

C1.Win.C1Input Namespace