Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / VerticalAlignment Enumeration


In This Topic
    VerticalAlignment Enumeration
    In This Topic
    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