Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpButton Class / TextOrientation Property


In This Topic
    TextOrientation Property (FpButton)
    In This Topic
    Gets or sets how text orients itself when painting the button.
    Syntax
    'Declaration
     
    
    Public Property TextOrientation As TextOrientation
    'Usage
     
    
    Dim instance As FpButton
    Dim value As TextOrientation
     
    instance.TextOrientation = value
     
    value = instance.TextOrientation
    public TextOrientation TextOrientation {get; set;}
    See Also