Class PaletteColorMapping
Represents the palette color mapping. To render this, create an instance of the PaletteColorMapping class, and set required properties.
Namespace: Syncfusion.SfTreeMap.XForms
Assembly: Syncfusion.SfTreeMap.XForms.dll
Syntax
public class PaletteColorMapping : ColorMapping
Constructors
PaletteColorMapping()
Initializes a new instance of the PaletteColorMapping class.
Declaration
public PaletteColorMapping()
Fields
ColorsProperty
Gets or sets the color value for the tree map item. The Colors is observable collection of color. This a bindable property.
Declaration
public static readonly BindableProperty ColorsProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
Colors
Gets or sets the color value for the tree map item. The Colors is observable collection of color. This a bindable property.
Declaration
public ObservableCollection<Color> Colors { get; set; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<Xamarin.Forms.Color> |