Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LabelArea Class / TextRotationAngle Property


In This Topic
TextRotationAngle Property (LabelArea)
In This Topic
Gets or sets the rotation angle for the text.
Syntax
'Declaration
 
Public Property TextRotationAngle As Integer
 
'Usage
 
Dim instance As LabelArea
Dim value As Integer
 
instance.TextRotationAngle = value
 
value = instance.TextRotationAngle
See Also