Gets or sets a value indicating whether the Image should be rotated when the shape node is rotated.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
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.
RemarksThe image is clipped by the rotated shape outline, even if this property is set to false.
See Also