Search
DiagramBuilder.autoSnapLinks Method
See Also
 

Sets the default value for the AutoSnapToNode property of new links.

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

 Syntax

Java  Copy Code

public DiagramBuilder autoSnapLinks (
    boolean value
)

 Parameters

value

true if newly created links are set to align automatically to node borders when modified, otherwise false.

 Return Value

This DiagramBuilder instance.

 See Also