Search
Label.Rotate Property
See Also
 





Gets or sets whether the label should rotate to follow shape's direction.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public bool Rotate { get; set; }

Visual Basic  Copy Code

Public Property Rotate As Boolean

 Property Value

true to rotate the label, or false otherwise.

 See Also