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
Package: MindFusion.Diagramming
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.
NetDiagram Programmer's Guide | © 2023 MindFusion |