Search
NodeConstraints.setDisableMirroring Method
See Also
 

Sets a value indicating whether the user can drag a side of the node past its opposite side, so that they switch positions.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setDisableMirroring (
    boolean value
)

 Parameters

value

Indicates whether the user can drag a side of the node past its opposite side, so that they switch positions.

 See Also