Spread Windows Forms 12.0 Product Documentation
TextRotationAngle Property (ElementWindowless)


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementWindowless Class : TextRotationAngle Property
Gets or sets the rotation angle of the text in the element.
Syntax
'Declaration
 
Public Overridable Property TextRotationAngle As Single
'Usage
 
Dim instance As ElementWindowless
Dim value As Single
 
instance.TextRotationAngle = value
 
value = instance.TextRotationAngle
public virtual float TextRotationAngle {get; set;}

Property Value

Single-precision, floating point number of degrees that the text is rotated
See Also

Reference

ElementWindowless Class
ElementWindowless Members