Class EqualColorMapping
Class which represent the equal color mapping.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.UI.Xaml.Maps
Assembly: Syncfusion.Maps.Windows.dll
Syntax
public class EqualColorMapping : ColorMapping
Constructors
EqualColorMapping()
Declaration
public EqualColorMapping()
Properties
Value
Gets or sets object value.
Declaration
public object Value { get; set; }
Property Value
Type |
---|
System.Object |
Methods
Validate(Object)
To validate the color mapping.
Declaration
public override bool Validate(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | The object value. |
Returns
Type | Description |
---|---|
System.Boolean | The bool value. |