Class RangeColorMapping
Class which represents the range 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 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
[Obsolete("This property is obsolete; use From and To properties instead")]
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 |