Class EqualColorMapping
Class implementation of EqualColorMapping
Namespace: Com.Syncfusion.Maps
Assembly: Syncfusion.SfMaps.Android.dll
Syntax
public class EqualColorMapping : ColorMapping
Constructors
EqualColorMapping()
Declaration
public EqualColorMapping()
Properties
Value
Gets or sets the Value
Declaration
public object Value { get; set; }
Property Value
Type |
---|
System.Object |
Methods
Validate(Object)
It returns value by validating its incoming parameter
Declaration
public override bool Validate(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | To get whether value is valid. |
Returns
Type | Description |
---|---|
System.Boolean | returns true when the value is null or equal to _value |