DroidDiagram Programmer's Guide
DiagramBuilder.restrictItemsToBounds Method
See Also
 






Sets a value indicating whether users are allowed to move items outside the currently define document bounds.

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

 Syntax

Java  Copy Code

public DiagramBuilder restrictItemsToBounds (
    RestrictToBounds value
)

 Parameters

value

A member of the RestrictToBounds enumeration.

 Return Value

This DiagramBuilder instance.

 See Also

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