Search
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
Package: MindFusion.Diagramming

 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