Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / VerticalAnchor Enumeration


VerticalAnchor Enumeration
Specifies the vertical alignment of text in a text frame.
Syntax
'Declaration
 
Public Enum VerticalAnchor 
   Inherits System.Enum
 
'Usage
 
Dim instance As VerticalAnchor
Members
MemberDescription
BottomAligns text to bottom of text frame.
MiddleCenters text vertically.
TopAligns text to top of text frame.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.Drawing.VerticalAnchor

See Also