Class SFRangeColorMapping
Namespace: Syncfusion.SfMaps.iOS
Assembly: Syncfusion.SfMaps.iOS.dll
Syntax
public class SFRangeColorMapping : SFMapColorMapping
Constructors
SFRangeColorMapping()
Declaration
public SFRangeColorMapping()
Properties
From
Gets or sets the range from value.
Declaration
public double From { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The from. |
To
Gets or sets the range to value.
Declaration
public double To { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The to. |
Methods
Validate(Object)
This method is used to validate the specified object
Declaration
public bool Validate(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | To set the object |
Returns
Type | Description |
---|---|
System.Boolean | Returns the value |