FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BaseHeaderFlatStyleRenderer Class / TextRotationAngle Property


In This Topic
TextRotationAngle Property (BaseHeaderFlatStyleRenderer)
In This Topic
Gets or sets the text rotation angle.
Syntax
'Declaration
 
Public Property TextRotationAngle As Double
 
'Usage
 
Dim instance As BaseHeaderFlatStyleRenderer
Dim value As Double
 
instance.TextRotationAngle = value
 
value = instance.TextRotationAngle

Property Value

The text rotation angle.
See Also