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


In This Topic
TextRotationAngle Property (ElementContainerControl)
In This Topic
Gets or sets the rotation angle of the text in the control.
Syntax
'Declaration
 
Public Overridable Property TextRotationAngle As Single
 
'Usage
 
Dim instance As ElementContainerControl
Dim value As Single
 
instance.TextRotationAngle = value
 
value = instance.TextRotationAngle
See Also