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
public int TextRotationAngle {get; set;}
See Also