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

PaletteBase Class

The base class for the tree map palettes.

Namespace: DevExpress.Xpf.TreeMap

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

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

Declaration

public abstract class PaletteBase :
    TreeMapDependencyObject

The following members return PaletteBase objects:

Remarks

This class introduces the PaletteBase.PaletteName property that allows you to obtain the palette name, the PaletteBase.Count property that allows you to get the count of colors in the palette and the PaletteBase.Item property that allows you to get the palette color under the index.

See Also