wpf-devexpress-dot-xpf-dot-treemap-f24b8245.md
The base class for all classes representing layout algorithms.
Namespace : DevExpress.Xpf.TreeMap
Assembly : DevExpress.Xpf.TreeMap.v25.2.dll
NuGet Package : DevExpress.Wpf.TreeMap
public abstract class TreeMapLayoutAlgorithmBase :
TreeMapDependencyObject
Public MustInherit Class TreeMapLayoutAlgorithmBase
Inherits TreeMapDependencyObject
The following members return TreeMapLayoutAlgorithmBase objects:
This class introduces the TreeMapLayoutAlgorithmBase.Calculate method, which calculates the arrangement and size of tree map items.
Object DispatcherObject DependencyObject Freezable TreeMapDependencyObject TreeMapLayoutAlgorithmBase TreeMapLayoutAlgorithm
See Also