Search
Diagram.setShowHandlesOnDrag Method
See Also
 

Sets whether selection handles of objects under the pointer are displayed while another object is being modified.

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

 Syntax

Java  Copy Code

public void setShowHandlesOnDrag (
    boolean value
)

 Parameters

value

true to display selection handles, otherwise false.

 See Also