Spread Windows Forms 12.0 Product Documentation
VerticalAlignment Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace : VerticalAlignment Enumeration
Specifies the vertical alignment of text.
Syntax
'Declaration
 
Public Enum VerticalAlignment 
   Inherits System.Enum
'Usage
 
Dim instance As VerticalAlignment
public enum VerticalAlignment : System.Enum 
Members
MemberDescription
BottomSpecifies that text is placed at the bottom.
CenterSpecifies that text is vertically centered.
DistributedSpecifies that rotated text should wrap and be aligned to form straight edges on the left and right, including the last line.
JustifySpecifies that rotated text is vertically justified.
TopSpecifies that text is placed at the top.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.VerticalAlignment

See Also

Reference

GrapeCity.Spreadsheet Namespace