Gets or sets the size of the layout area.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Rect LayoutArea { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LayoutArea As Rect |
RemarksIf the layout area is not explicitly set, the algorithm will choose one suitable for the graph size.
See Also