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.UI.Xaml.DependencyProperty
|
FromProperty
Declaration
public static readonly DependencyProperty FromProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
ToProperty
Declaration
public static readonly DependencyProperty ToProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Color
Declaration
public Color Color { get; set; }
Property Value
|
Windows.UI.Color
|
From
Declaration
public double From { get; set; }
Property Value
|
System.Double
|
To
Declaration
public double To { get; set; }
Property Value
|
System.Double
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
|
System.ComponentModel.PropertyChangedEventHandler
|