Skip to main content

TreeMapLayoutAlgorithm Class

The base class for all predefined layout algorithms.

Namespace: DevExpress.Xpf.TreeMap

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

NuGet Package: 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