Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ButtonElement Class / TextOrientation Property


In This Topic
    TextOrientation Property (ButtonElement)
    In This Topic
    Gets or sets the text orientation for the element.
    Syntax
    'Declaration
     
    
    Public Overridable Property TextOrientation As TextOrientation
    'Usage
     
    
    Dim instance As ButtonElement
    Dim value As TextOrientation
     
    instance.TextOrientation = value
     
    value = instance.TextOrientation
    public virtual TextOrientation TextOrientation {get; set;}
    See Also