Gets or sets a value indicating whether the Image should be rotated when the shape node is rotated.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
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 AlsoShapeNode Members
ShapeNode Class
MindFusion.Diagramming Namespace
RotationAngle Property
RotateText Property