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.v19.1.dll

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