DroidDiagram Programmer's Guide
DiagramBuilder.showHandlesOnDrag Method
See Also
 






Sets whether selection handles of objects under the mouse should be displayed while another object is being modified.

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

 Syntax

Java  Copy Code

public DiagramBuilder showHandlesOnDrag (
    boolean value
)

 Parameters

value

true to display selection handles, otherwise false.

 Return Value

This DiagramBuilder instance.

 See Also

DiagramBuilder Members
DiagramBuilder Class
com.mindfusion.diagramming.builders Namespace