Search
Label.RotationAngle Property
See Also
 





Gets the rotation angle of the label.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public double RotationAngle { get; set; }

Visual Basic  Copy Code

Public Property RotationAngle As Double

 Property Value

A double value specifying label's rotation angle.

 See Also