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





Gets or sets the rectangle in which the layout will try to arrange the nodes, or null, to use the diagram bounds.

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

 Syntax

C#  Copy Code

public Nullable<Rect> LayoutArea { get; set; }

Visual Basic  Copy Code

Public Property LayoutArea As Nullable(Of Rect)

 Property Value

A Rect? specifying the area where topmost nodes in the hierarchy are laid out. The default value is null.

 Remarks

If this property is not set, the algorithm uses the value of diagram's Bounds property as target layout rectangle.

 See Also

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