FarPoint.Win
VerticalAlignment Enumeration
See Also 
FarPoint.Win Assembly > FarPoint.Win Namespace : VerticalAlignment Enumeration


Specifies the vertical alignment of the contents of the control.

Syntax

Visual Basic (Declaration) 
Public Enum VerticalAlignment 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As VerticalAlignment
C# 
public enum VerticalAlignment : Enum 

Members

MemberDescription
Top Aligns the contents of the control to the top along the vertical axis
Center Aligns the contents of the control equally between the top and bottom along the vertical axis
Bottom Aligns the contents of the control to the bottom along the vertical axis
Justify Indicates the text is inserted some whitespaces to make the text fill the special area.
Distributed Indicates the text is inserted some whitespaces to make the text fill the special area.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.VerticalAlignment

See Also