Spread WPF 18
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.
    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.
    MiddleCenters text vertically.
    TopAligns text to top of text frame.
    Inheritance Hierarchy

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

    See Also