DiagramLite Programmer's Guide
NodeConstraints.DisableMirroring Property
See Also
 





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.Silverlight

 Syntax

C#  Copy Code

public bool DisableMirroring { get; set; }

Visual Basic  Copy Code

Public Property DisableMirroring As Boolean

 Property Value

true to disable mirroring; otherwise false. The default value is false.

 See Also

NodeConstraints Members
NodeConstraints Class
MindFusion.Diagramming Namespace