Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / TextDirection Enumeration


In This Topic
    TextDirection Enumeration
    In This Topic
    Specifies the direction of text.
    Syntax
    'Declaration
     
    
    Public Enum TextDirection 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TextDirection
    public enum TextDirection : System.Enum 
    Members
    MemberDescription
    HorizontalDisplays the text in a right to left orientation
    Rotate270DegreeRotates the text 270 degrees from a horizontal line
    Rotate90DegreeRotates the text up 90 degrees from a horizontal line
    StackedDisplays the text stacked vertically
    StackedRTLDisplays the text stacked vertically from right to left
    VerticalDisplays the text in a top to bottom orientation
    VerticalRTLDisplays the text in a right to left, top to bottom orientation
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Chart.TextDirection

    See Also