ClassHeatMapLabel
A base class for the header labels of the RadHeatMap.
Definition
Namespace:Telerik.Windows.Controls.HeatMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public abstract class HeatMapLabel : Control
Inheritance: objectHeatMapLabel
Derived Classes:
Constructors
HeatMapLabel()
Declaration
protected HeatMapLabel()
Fields
AppliedLabelStyleProperty
Identifies the read-only AppliedLabelStyle dependency property.
Declaration
public static readonly DependencyProperty AppliedLabelStyleProperty
Field Value
DependencyProperty
HoveredLabelStyleProperty
Identifies the HoveredLabelStyleProperty dependency property.
Declaration
public static readonly DependencyProperty HoveredLabelStyleProperty
Field Value
DependencyProperty
IsHoveredProperty
Identifies the IsHovered dependency property.
Declaration
public static readonly DependencyProperty IsHoveredProperty
Field Value
DependencyProperty
LabelStyleProperty
Identifies the LabelStyle dependency property.
Declaration
public static readonly DependencyProperty LabelStyleProperty
Field Value
DependencyProperty
LabelTextProperty
Identifies the LabelText dependency property.
Declaration
public static readonly DependencyProperty LabelTextProperty
Field Value
DependencyProperty
Properties
AppliedLabelStyle
Gets the style that is actually applied to the label.
Declaration
public Style AppliedLabelStyle { get; }
Property Value
Style
Remarks
This property is set internally. The value of this property is the same as the value of the HoveredLabelStyle or the LabelStyle properties, depending on the mouse location, whether or not the mouse is over the row (or column) that the label corresponds to.
HoveredLabelStyle
Gets or sets the style that is applied to the label when the mouse is over the row (or column) that the label corresponds to.
Declaration
public Style HoveredLabelStyle { get; set; }
Property Value
Style
IsHovered
Gets or a value indicating whether the mouse is over the row (or column) that the label corresponds to.
LabelStyle
Gets or sets the style that is applied to the label.
Declaration
public Style LabelStyle { get; set; }
Property Value
Style
Methods
OnCreateAutomationPeer()
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The type-specific AutomationPeer implementation.