New to Telerik UI for WPFStart a free 30-day trial

A base class for the header labels of the RadHeatMap.

Definition

Namespace:Telerik.Windows.Controls.HeatMap

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public abstract class HeatMapLabel : Control

Inheritance: objectHeatMapLabel

Derived Classes: HeatMapColumnLabelHeatMapRowLabel

Constructors

C#
protected HeatMapLabel()

Fields

AppliedLabelStyleProperty

DependencyProperty

Identifies the read-only AppliedLabelStyle dependency property.

C#
public static readonly DependencyProperty AppliedLabelStyleProperty

HoveredLabelStyleProperty

DependencyProperty

Identifies the HoveredLabelStyleProperty dependency property.

C#
public static readonly DependencyProperty HoveredLabelStyleProperty

IsHoveredProperty

DependencyProperty

Identifies the IsHovered dependency property.

C#
public static readonly DependencyProperty IsHoveredProperty

LabelStyleProperty

DependencyProperty

Identifies the LabelStyle dependency property.

C#
public static readonly DependencyProperty LabelStyleProperty

LabelTextProperty

DependencyProperty

Identifies the LabelText dependency property.

C#
public static readonly DependencyProperty LabelTextProperty

Properties

Gets the style that is actually applied to the label.

C#
public Style AppliedLabelStyle { get; }
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.

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.

C#
public Style HoveredLabelStyle { get; set; }

Gets or a value indicating whether the mouse is over the row (or column) that the label corresponds to.

C#
public bool IsHovered { get; set; }

Gets or sets the style that is applied to the label.

C#
public Style LabelStyle { get; set; }

Gets or sets the label text.

C#
public string LabelText { get; set; }

Methods

Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

The type-specific AutomationPeer implementation.