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





Gets or sets a value indicating whether the node's shape flips when an edge is dragged over its opposite edge.

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

 Syntax

C#  Copy Code

public bool AllowFlip { get; set; }

Visual Basic  Copy Code

Public Property AllowFlip As Boolean

 Property Value

true to let users flip the shape, or false otherwise. The default value is false.

 See Also

ShapeNode Members
ShapeNode Class
MindFusion.Diagramming.Wpf Namespace
FlipX Property
FlipY Property
FlipImage Property