Sets the rectangle in which the layout will try to arrange the nodes, or null, to use the diagram bounds.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public void setLayoutArea ( |
A Rectangle2D specifying the area where topmost nodes in the hierarchy are laid out. The default value is null.
RemarksIf this property is not set, the algorithm uses the value of diagram's Bounds property as target layout rectangle.
See Also