Gets or sets the rotation angle of the label text.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public float RotationAngle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property RotationAngle As Single |
A float value specifying the rotation angle of the label text, in degrees.
See Also