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
Assembly: MindFusion.Diagramming
SyntaxC#
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.
See Also