Class HeatMapLabel
A base class for the header labels of the Rad
Inheritance
Namespace: Telerik.Windows.Controls.HeatMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class HeatMapLabel : Control
Constructors
HeatMapLabel()
Declaration
protected HeatMapLabel()
Fields
AppliedLabelStyleProperty
Identifies the read-only Applied
Declaration
public static readonly DependencyProperty AppliedLabelStyleProperty
Field Value
System.
|
HoveredLabelStyleProperty
Identifies the Hovered
Declaration
public static readonly DependencyProperty HoveredLabelStyleProperty
Field Value
System.
|
IsHoveredProperty
Identifies the Is
Declaration
public static readonly DependencyProperty IsHoveredProperty
Field Value
System.
|
LabelStyleProperty
Identifies the Label
Declaration
public static readonly DependencyProperty LabelStyleProperty
Field Value
System.
|
LabelTextProperty
Identifies the Label
Declaration
public static readonly DependencyProperty LabelTextProperty
Field Value
System.
|
Properties
AppliedLabelStyle
Gets the style that is actually applied to the label.
Declaration
public Style AppliedLabelStyle { get; }
Property Value
System.
|
Remarks
This property is set internally. The value of this property is the same as the value of the Hovered
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
System.
|
IsHovered
Gets or a value indicating whether the mouse is over the row (or column) that the label corresponds to.
Declaration
public bool IsHovered { get; set; }
Property Value
System.
|
LabelStyle
Gets or sets the style that is applied to the label.
Declaration
public Style LabelStyle { get; set; }
Property Value
System.
|
LabelText
Gets or sets the label text.
Declaration
public string LabelText { get; set; }
Property Value
System.
|
Methods
OnCreateAutomationPeer()
Returns class-specific System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The type-specific System. |