Class SFDesaturationColorMapping
Class implementation for SFDesaturationColorMapping
Namespace: Syncfusion.SfTreeMap.iOS
Assembly: Syncfusion.SfTreeMap.iOS.dll
Syntax
public class SFDesaturationColorMapping : SFColorMapping
Constructors
SFDesaturationColorMapping()
Declaration
public SFDesaturationColorMapping()
Properties
Color
Gets or sets the color to be desatured.
Declaration
public UIColor Color { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
From
Gets or sets the starting value of the source object.
Declaration
public nfloat From { get; set; }
Property Value
Type |
---|
System.nfloat |
To
Gets or sets the end value of the source object.
Declaration
public nfloat To { get; set; }
Property Value
Type |
---|
System.nfloat |