Class PaletteColorMapping
Class which represents the palette color mapping.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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> |