Back to Devexpress

PaletteBase Class

wpf-devexpress-dot-xpf-dot-treemap-07707490.md

latest3.8 KB
Original Source

PaletteBase Class

The base class for the tree map palettes.

Namespace : DevExpress.Xpf.TreeMap

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

NuGet Package : DevExpress.Wpf.TreeMap

Declaration

csharp
public abstract class PaletteBase :
    TreeMapDependencyObject
vb
Public MustInherit Class PaletteBase
    Inherits 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.

Inheritance

Show 36 items

Object DispatcherObject DependencyObject Freezable TreeMapDependencyObject PaletteBase CustomPalette

PredefinedPalette

BlueGreenPalette

BlueIIPalette

BluePalette

TerracottaPiePalette

TheTreesPalette

GreenPalette

GreenYellowPalette

InAFogPalette

MarqueePalette

NatureColorsPalette

NorthernLightsPalette

Office2013Palette

Office2016Palette

OfficePalette

OrangePalette

OrangeRedPalette

BlueWarmPalette

ChameleonPalette

DXTreeMapPalette

PastelKitPalette

RedOrangePalette

RedPalette

RedVioletPalette

SlipstreamPalette

VioletIIPalette

VioletPalette

YellowOrangePalette

YellowPalette

See Also

PaletteBase Members

DevExpress.Xpf.TreeMap Namespace