Specifies the rotation that is being applied to the text within the bounding box.
Syntax
'Declaration
Public Property Rotation As Integer
'Usage
Dim instance As RichText
Dim value As Integer
instance.Rotation = value
value = instance.Rotation
public int Rotation {get; set;}
See Also