Gets or sets the rectangle in which the layout will try to arrange the nodes, or null, to use the diagram bounds.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Nullable<Rect> LayoutArea { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LayoutArea As Nullable(Of Rect) |
See Also