DroidDiagram Programmer's Guide
DiagramLink.setRetainForm Method
See Also
 






Sets a value indicating whether a link should preserve its original shape while the nodes related to that link are moved around.

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

 Syntax

Java  Copy Code

public void setRetainForm (
    boolean value
)

 Parameters

value

true if the link should preserve its shape, otherwise false.

 See Also

DiagramLink Members
DiagramLink Class
com.mindfusion.diagramming Namespace