Class EqualsColorMapping
EqualsColorMapping
Inherited Members
Namespace: Syncfusion.UI.Xaml.Maps
Assembly: Syncfusion.SfMaps.WPF.dll
Syntax
public class EqualsColorMapping : ColorMapping
Constructors
EqualsColorMapping()
Constructor
Declaration
public EqualsColorMapping()
Fields
ValueProperty
// Using a DependencyProperty as the backing store for Range. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Value
Gets or Sets Value for EqualsColorMapping
Declaration
public object Value { get; set; }
Property Value
Type |
---|
System.Object |
Methods
Validate(Object)
Validates the object value
Declaration
public override bool Validate(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value |
Returns
Type |
---|
System.Boolean |