Search
ShapeNodeBuilder.handlesStyle Method
See Also
 

Sets the style of the box selection handles.

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

 Syntax

Java  Copy Code

public ShapeNodeBuilder handlesStyle (
    HandlesStyle value
)

 Parameters

value

A member of the HandlesStyle enumeration.

 Return Value

This DiagramNodeBuilder instance.

 See Also