Gets or sets whether the label should rotate to follow shape's direction.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public bool Rotate { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Rotate As Boolean |
true to rotate the label, or false otherwise.
See Also