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


In This Topic
    TextOrientation Property (IElement)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Property TextOrientation As TextOrientation
    'Usage
     
    
    Dim instance As IElement
    Dim value As TextOrientation
     
    instance.TextOrientation = value
     
    value = instance.TextOrientation
    TextOrientation TextOrientation {get; set;}
    See Also