MindFusion.Wpf Pack Programmer's Guide
ShapeNode.RotateImage Property
See Also
 





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

 Syntax

C#  Copy Code

public bool RotateImage { get; set; }

Visual Basic  Copy Code

Public Property RotateImage As Boolean

 Property Value

true to rotate the node's image; otherwise, false. The default is true.

 Remarks

The image is clipped by the rotated shape outline, even if this property is set to false.

 See Also

ShapeNode Members
ShapeNode Class
MindFusion.Diagramming.Wpf Namespace
RotationAngle Property
RotateText Property
ClipImage Property
FlipImage Property