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