Class ColorMapping
Class which represents the 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 ColorMapping
Constructors
ColorMapping()
Declaration
public ColorMapping()
Properties
Color
Gets or sets a color value.
Declaration
public Color Color { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
Validate(Object)
To validate the color mapping.
Declaration
public virtual bool Validate(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | The object value. |
Returns
Type | Description |
---|---|
System.Boolean | The bool value as false. |