Class HeatMapLabel
Inheritance
System.Object
HeatMapLabel
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class HeatMapLabel : Control
Constructors
HeatMapLabel()
Declaration
protected HeatMapLabel()
Fields
AppliedLabelStyleProperty
Declaration
public static readonly DependencyProperty AppliedLabelStyleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
HoveredLabelStyleProperty
Declaration
public static readonly DependencyProperty HoveredLabelStyleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
IsHoveredProperty
Declaration
public static readonly DependencyProperty IsHoveredProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
LabelStyleProperty
Declaration
public static readonly DependencyProperty LabelStyleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
LabelTextProperty
Declaration
public static readonly DependencyProperty LabelTextProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
AppliedLabelStyle
Declaration
public Style AppliedLabelStyle { get; }
Property Value
|
Microsoft.UI.Xaml.Style
|
HoveredLabelStyle
Declaration
public Style HoveredLabelStyle { get; set; }
Property Value
|
Microsoft.UI.Xaml.Style
|
IsHovered
Declaration
public bool IsHovered { get; set; }
Property Value
|
System.Boolean
|
LabelStyle
Declaration
public Style LabelStyle { get; set; }
Property Value
|
Microsoft.UI.Xaml.Style
|
LabelText
Declaration
public string LabelText { get; set; }
Property Value
|
System.String
|
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|