Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / IElementStyle Interface / TextOrientation Property


In This Topic
    TextOrientation Property (IElementStyle)
    In This Topic
    Gets or sets the text orientation.
    Syntax
    'Declaration
     
    
    Property TextOrientation As TextOrientation
    'Usage
     
    
    Dim instance As IElementStyle
    Dim value As TextOrientation
     
    instance.TextOrientation = value
     
    value = instance.TextOrientation
    TextOrientation TextOrientation {get; set;}
    See Also