HeatMapLabel
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
protected HeatMapLabel()
Fields
AppliedLabelStyleProperty
DependencyProperty
Identifies the read-only AppliedLabelStyle dependency property.
public static readonly DependencyProperty AppliedLabelStyleProperty
HoveredLabelStyleProperty
DependencyProperty
Identifies the HoveredLabelStyleProperty dependency property.
public static readonly DependencyProperty HoveredLabelStyleProperty
IsHoveredProperty
DependencyProperty
Identifies the IsHovered dependency property.
public static readonly DependencyProperty IsHoveredProperty
LabelStyleProperty
DependencyProperty
Identifies the LabelStyle dependency property.
public static readonly DependencyProperty LabelStyleProperty
LabelTextProperty
DependencyProperty
Identifies the LabelText dependency property.
public static readonly DependencyProperty LabelTextProperty
Properties
AppliedLabelStyle
Style
Gets the style that is actually applied to the label.
public Style AppliedLabelStyle { get; }
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
Style
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.
public Style HoveredLabelStyle { get; set; }
Gets or a value indicating whether the mouse is over the row (or column) that the label corresponds to.
public bool IsHovered { get; set; }
LabelStyle
Style
Gets or sets the style that is applied to the label.
public Style LabelStyle { get; set; }
Methods
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.