Class PaletteColorMapping
Class which represents the palette color mapping.
Inherited Members
Namespace: Syncfusion.Windows.Forms.TreeMap
Assembly: Syncfusion.TreeMap.Windows.dll
Syntax
public class PaletteColorMapping : ColorMapping
Constructors
PaletteColorMapping()
Initializes a new instance of the PaletteColorMapping class.
Declaration
public PaletteColorMapping()
Properties
Colors
Gets or sets the color for palette color mapping.
Declaration
public List<Brush> Colors { get; set; }
Property Value
| Type |
|---|
| System.Collections.Generic.List<System.Drawing.Brush> |