Class ColorMapping
Class Implementation of ColorMapping
Namespace: Com.Syncfusion.Maps
Assembly: Syncfusion.SfMaps.Android.dll
Syntax
public class ColorMapping : Object
Constructors
ColorMapping()
Declaration
public ColorMapping()
Properties
Color
Gets or sets the value for Color property
Declaration
public int Color { get; set; }
Property Value
Type |
---|
System.Int32 |
LegendLabel
Gets or sets the LegendLabel value
Declaration
public string LegendLabel { get; set; }
Property Value
Type |
---|
System.String |
Methods
Validate(Object)
A virtual method used for validating the incoming object
Declaration
public virtual bool Validate(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | To set the object |
Returns
Type | Description |
---|---|
System.Boolean | return false |