Class DesaturationColorMapping
Represents the desaturation color mapping. To render this, create an instance of DesaturationColorMapping and set required properties.
Namespace: Syncfusion.SfTreeMap.XForms
Assembly: Syncfusion.SfTreeMap.XForms.dll
Syntax
public class DesaturationColorMapping : ColorMapping
Constructors
DesaturationColorMapping()
Initializes a new instance of the DesaturationColorMapping class.
Declaration
public DesaturationColorMapping()
Fields
ColorProperty
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 static readonly BindableProperty ColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
FromProperty
Gets or sets the From value for desaturation. The From value is used to point where the desaturation starts. This is a bindable property.
Declaration
public static readonly BindableProperty FromProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
RangeMaximumProperty
Gets or sets the Maximum value for range to be applied in desaturation. This is a bindable property.
Declaration
public static readonly BindableProperty RangeMaximumProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
RangeMinimumProperty
Gets or sets the Minimum value for range to be applied in desaturation. This is a bindable property.
Declaration
public static readonly BindableProperty RangeMinimumProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
ToProperty
Gets or sets the To value for desaturation. The To value is used to point where the desaturation ends. This is a bindable property.
Declaration
public static readonly BindableProperty ToProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
Color
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 Color Color { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |
From
Gets or sets the From value for desaturation. The From value is used to point where the desaturation starts. This is a bindable property.
Declaration
public double From { get; set; }
Property Value
Type |
---|
System.Double |
RangeMaximum
Gets or sets the maximum value for the range to be applied in desaturation. This is a bindable property.
Declaration
public double RangeMaximum { get; set; }
Property Value
Type |
---|
System.Double |
RangeMinimum
Gets or sets the Minimum value for range to be applied in desaturation. This is a bindable property.
Declaration
public double RangeMinimum { get; set; }
Property Value
Type |
---|
System.Double |
To
Gets or sets the To value for desaturation. The To value is used to point where the desaturation ends. This is a bindable property.
Declaration
public double To { get; set; }
Property Value
Type |
---|
System.Double |