Search
Diagram.setAllowUnconnectedLinks Method
See Also
 

Sets a value indicating whether users are allowed to draw unconnected links.

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

 Syntax

Java  Copy Code

public void setAllowUnconnectedLinks (
    boolean value
)

 Parameters

value

true if users are allowed to draw unconnected links, otherwise false.

 See Also