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


In This Topic
    TextOrientation Enumeration
    In This Topic
    Specifies orientation for text.
    Syntax
    'Declaration
     
    
    Public Enum TextOrientation 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TextOrientation
    public enum TextOrientation : System.Enum 
    Members
    MemberDescription
    DownwardDownward
    HorizontalHorizontal
    HorizontalRotatedFarEastHorizontal and rotated as required for Asian language support
    UpwardUpward
    VerticalVertical
    Remarks
    Not support types: Vertical, HorizontalRotatedFarEast
    Inheritance Hierarchy

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

    See Also