Search
AnnealLayout.LayoutArea Property
See Also
 





Gets or sets the size of the layout area.

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public RectangleF LayoutArea { get; set; }

Visual Basic  Copy Code

Public Property LayoutArea As RectangleF

 Property Value

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

 Remarks

If the layout area is not explicitly set, the algorithm will choose one suitable for the graph size. In that case the WidthHeightRatio property specifies how much larger the layout area width should be than its height.

 See Also