Class HeatMapLabelsGrid
Inheritance
System.Object
HeatMapLabelsGrid
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public sealed class HeatMapLabelsGrid : Control
Constructors
HeatMapLabelsGrid()
Declaration
public HeatMapLabelsGrid()
Fields
CellBorderThicknessProperty
Declaration
public static readonly DependencyProperty CellBorderThicknessProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
CellLabelSettingsProperty
Declaration
public static readonly DependencyProperty CellLabelSettingsProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
DefinitionProperty
Declaration
public static readonly DependencyProperty DefinitionProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
CellBorderThickness
Declaration
public int CellBorderThickness { get; set; }
Property Value
|
System.Int32
|
CellLabelSettings
Declaration
public HeatMapCellLabelSettings CellLabelSettings { get; set; }
Property Value
|
HeatMapCellLabelSettings
|
Definition
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size arrangeBounds)
Parameters
|
Windows.Foundation.Size
arrangeBounds
|
Returns
|
Windows.Foundation.Size
|
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()