Skip to main content
A newer version of this page is available. .

TreeMapLayoutAlgorithm Class

The base class for all predefined layout algorithms.

Namespace: DevExpress.Xpf.TreeMap

Assembly: DevExpress.Xpf.TreeMap.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.TreeMap, DevExpress.Wpf.TreeMap

Declaration

public abstract class TreeMapLayoutAlgorithm :
    TreeMapLayoutAlgorithmBase

Remarks

This class introduces the TreeMapLayoutAlgorithm.Direction property specifying the fill direction in which the algorithm will arrange children in the parent layout.

See Also