DroidDiagram Programmer's Guide
Diagram.setAutoResize 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
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setAutoResize (
    AutoResize value
)

 Parameters

value

A member of the AutoResize enumeration.

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace