DroidDiagram Programmer's Guide
Diagram.setTableHandlesStyle Method
See Also
 






Sets the style of selection handles that should be assigned to new tables.

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

 Syntax

Java  Copy Code

public void setTableHandlesStyle (
    HandlesStyle value
)

 Parameters

value

A member of the HandlesStyle enumeration.

 Remarks

Default value for the HandlesStyle property of new tables, created either programmatically or by the user. That property specifies how selected tables 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