DroidDiagram Programmer's Guide
Diagram.setShapeHandlesStyle Method
See Also
 






Sets the default value for the HandlesStyle property of new shape nodes.

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

 Syntax

Java  Copy Code

public void setShapeHandlesStyle (
    HandlesStyle value
)

 Parameters

value

A member of the HandlesStyle enumeration.

 Remarks

This property contains the default value for the HandlesStyle property of new shape nodes, created either programmatically or by the user. HandlesStyle specifies how selected nodes are indicated visually, and how they can be moved, resized or connected to other objects.

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace