Class RangeColorMapping
Class which represents the range color mapping.
Namespace: Syncfusion.UI.Xaml.Maps
Assembly: Syncfusion.Maps.Windows.dll
Syntax
public class RangeColorMapping : ColorMapping
Constructors
RangeColorMapping()
Initializes a new instance of the RangeColorMapping class.
Declaration
public RangeColorMapping()
Properties
From
Gets or sets the from value of the range.
Declaration
public double From { get; set; }
Property Value
| Type |
|---|
| System.Double |
GradientColors
Gets or sets the gradient colors of the range.
Declaration
public List<Color> GradientColors { get; set; }
Property Value
| Type |
|---|
| System.Collections.Generic.List<System.Drawing.Color> |
Range
Gets or sets the value of the range.
Declaration
public double Range { get; set; }
Property Value
| Type |
|---|
| System.Double |
To
Gets or sets the to value of the range.
Declaration
public double To { get; set; }
Property Value
| Type |
|---|
| System.Double |