wpf-devexpress-dot-xpf-dot-treemap-07707490.md
The base class for the tree map palettes.
Namespace : DevExpress.Xpf.TreeMap
Assembly : DevExpress.Xpf.TreeMap.v25.2.dll
NuGet Package : DevExpress.Wpf.TreeMap
public abstract class PaletteBase :
TreeMapDependencyObject
Public MustInherit Class PaletteBase
Inherits TreeMapDependencyObject
The following members return PaletteBase objects:
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.
Show 36 items
Object DispatcherObject DependencyObject Freezable TreeMapDependencyObject PaletteBase CustomPalette
See Also