Class ColorMapping
ColorMapping
Namespace: Syncfusion.UI.Xaml.Maps
Assembly: Syncfusion.SfMaps.WPF.dll
Syntax
public class ColorMapping : DependencyObject
Constructors
ColorMapping()
Declaration
public ColorMapping()
Fields
ColorProperty
// Using a DependencyProperty as the backing store for Color. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ColorProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
LegendLabelProperty
Using a DependencyProperty as the backing store for BubbleLegendLabel. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty LegendLabelProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Color
Gets orSets Color for RangeColorMapping
Declaration
public Color Color { get; set; }
Property Value
Type |
---|
System.Windows.Media.Color |
LegendLabel
Gets or sets the value for the bubble legend label.
Declaration
public string LegendLabel { get; set; }
Property Value
Type |
---|
System.String |
Methods
Validate(Object)
Validates the object value
Declaration
public virtual bool Validate(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value |
Returns
Type |
---|
System.Boolean |