MindFusion.Wpf Pack Programmer's Guide
TreeMapLayoutExtensions.Squarify(T) Method
See Also
 





Sets a value indicating whether the layout should attempt to keep the dimension ratio of the nodes closer to 1.

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

 Syntax

C#  Copy Code

public static T Squarify<T> (
    T treeMapLayout,
    bool value
) where T : TreeMapLayout

Visual Basic  Copy Code

Public Shared Function Squarify(Of T As TreeMapLayout) ( _
    treeMapLayout As T, _
    value As Boolean _
) As T

 Parameters

treeMapLayout

value

 Return Value

 See Also

TreeMapLayoutExtensions Members
TreeMapLayoutExtensions Class
MindFusion.Diagramming.Wpf.Layout.Fluent Namespace