Spread Windows Forms 12.0 Product Documentation
TextOrientation Property (FpButton)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpButton Class : TextOrientation Property
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;}

Property Value

TextOrientation setting that determines the orientation of the text in the button
See Also

Reference

FpButton Class
FpButton Members