Gets or sets the size of the layout area.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Silverlight
C#
![]() |
---|
public Rect LayoutArea { get; set; } |
Visual Basic
![]() |
---|
Public Property LayoutArea As Rect |
A System.Windows.Rect representing the boundaries of the layout area. The default is Rect.Empty.
If the layout area is not explicitly set, the algorithm will choose one suitable for the graph size.