Class SFMapColorMapping
Inheritance
System.Object
SFMapColorMapping
Namespace: Syncfusion.SfMaps.iOS
Assembly: Syncfusion.SfMaps.iOS.dll
Syntax
public class SFMapColorMapping : NSObject
Constructors
SFMapColorMapping()
Initializes a new instance of the SFMapColorMapping class.
Declaration
public SFMapColorMapping()
Properties
Color
Gets or sets the color to be desatured.
Declaration
public UIColor Color { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color. |
LegendLabel
Gets or sets the label for legend.
Declaration
public NSString LegendLabel { get; set; }
Property Value
Type | Description |
---|---|
Foundation.NSString | The legend label. |