DroidDiagram Programmer's Guide
DiagramBuilder.autoResize Method
See Also
 






Sets a value specifying whether the document scrollable area should be resized automatically when users draw items near the edges of the diagram.

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

 Syntax

Java  Copy Code

public DiagramBuilder autoResize (
    AutoResize value
)

 Parameters

value

A member of the AutoResize enumeration.

 Return Value

This DiagramBuilder instance.

 See Also

DiagramBuilder Members
DiagramBuilder Class
com.mindfusion.diagramming.builders Namespace