Class UniColorMapping
Represents uni color mapping. To render this, create an instance of UniColorMapping and set required properties.
Namespace: Syncfusion.SfTreeMap.XForms
Assembly: Syncfusion.SfTreeMap.XForms.dll
Syntax
public class UniColorMapping : ColorMapping
Constructors
UniColorMapping()
Initializes a new instance of the UniColorMapping class.
Declaration
public UniColorMapping()
Fields
ColorProperty
Gets or sets the color value for the tree map item. This is used to set color for each tree map item. This a bindable property.
Declaration
public static readonly BindableProperty ColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
Color
Gets or sets the color value for tree map item. This is used to set color for each tree map item. This a bindable property.
Declaration
public Color Color { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |