MindFusion.Wpf Pack Programmer's Guide
SpringLayout.LayoutArea Property
See Also
 





Gets or sets the size of the layout area.

Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Rect LayoutArea { get; set; }

Visual Basic  Copy Code

Public Property LayoutArea As Rect

 Property Value

A .NET Rect representing the boundaries of the layout area. The default is Rect.Empty.

 Remarks

If the layout area is not explicitly set, the algorithm will choose one suitable for the graph size.

 See Also

SpringLayout Members
SpringLayout Class
MindFusion.Diagramming.Wpf.Layout Namespace