Gets or sets a value indicating whether the user can drag a side of the node past its opposite side, so that they switch positions.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public bool DisableMirroring { get; set; } |
Visual Basic Copy Code |
---|
Public Property DisableMirroring As Boolean |
true to disable mirroring; otherwise false. The default value is false.
WpfDiagram Programmer's Guide | © 2024 MindFusion |