Class HeatMapRangeColor
Inheritance
System.Object
HeatMapRangeColor
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public sealed class HeatMapRangeColor : DependencyObject, INotifyPropertyChanged
Constructors
HeatMapRangeColor()
Declaration
public HeatMapRangeColor()
Fields
ColorProperty
Declaration
public static readonly DependencyProperty ColorProperty
Field Value
Microsoft.
|
FromProperty
Declaration
public static readonly DependencyProperty FromProperty
Field Value
Microsoft.
|
ToProperty
Declaration
public static readonly DependencyProperty ToProperty
Field Value
Microsoft.
|
Properties
Color
Declaration
public Color Color { get; set; }
Property Value
Windows.
|
From
Declaration
public double From { get; set; }
Property Value
System.
|
To
Declaration
public double To { get; set; }
Property Value
System.
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|