Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / VerticalAnchor Enumeration


In This Topic
    VerticalAnchor Enumeration
    In This Topic
    Specifies the vertical alignment of text in a text frame.
    Syntax
    'Declaration
     
    
    Public Enum VerticalAnchor 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As VerticalAnchor
    public enum VerticalAnchor : System.Enum 
    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