Gets or sets a value indicating whether the Image should be rotated when the shape node is rotated.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool RotateImage { get; set; } |
Visual Basic Copy Code |
---|
Public Property RotateImage As Boolean |
true to rotate the node's image; otherwise, false. The default is true.
The image is clipped by the rotated shape outline, even if this property is set to false.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |