Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.Text Namespace / DrawTextArgs Structure / TextOrientation Field


In This Topic
    TextOrientation Field (DrawTextArgs)
    In This Topic
    Orientation of the text.
    Syntax
    'Declaration
     
    
    Public TextOrientation As TextOrientation
    'Usage
     
    
    Dim instance As DrawTextArgs
    Dim value As TextOrientation
     
    value = instance.TextOrientation
     
    instance.TextOrientation = value
    public TextOrientation TextOrientation
    See Also