Search
DiagramBuilder.adjustmentHandlesSize Method
See Also
 

Sets the size of selection handles.

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

 Syntax

Java  Copy Code

public DiagramBuilder adjustmentHandlesSize (
    float value
)

 Parameters

value

A float value specifying the size of selection handles.

 Return Value

This DiagramBuilder instance.

 See Also