Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpButtonPaintArgs Structure / txtRotationAngle Field


In This Topic
txtRotationAngle Field
In This Topic
Amount of text rotation angle.
Syntax
'Declaration
 
Public txtRotationAngle As Double
 
'Usage
 
Dim instance As FpButtonPaintArgs
Dim value As Double
 
value = instance.txtRotationAngle
 
instance.txtRotationAngle = value
See Also