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





Gets or sets a value indicating whether the Image bitmap should be flipped when the shape node is flipped (FlipX and/or FlipY are enabled).

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool FlipImage { get; set; }

Visual Basic  Copy Code

Public Property FlipImage As Boolean

 Property Value

true to flip Image along with the node's geometric shape, or false otherwise. The default value is false.

 See Also

ShapeNode Members
ShapeNode Class
MindFusion.Diagramming.Wpf Namespace
FlipX Property
FlipY Property
AllowFlip Property
RotateImage Property