Class HeatMapLabelsControlBase<TLabel, TPanel>
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class HeatMapLabelsControlBase<TLabel, TPanel> : FastItemsControl<TLabel, TPanel> where TLabel : HeatMapLabel, new()
where TPanel : HeatMapLabelsPanelBase, new()
Type Parameters
TLabel
|
TPanel
|
Constructors
HeatMapLabelsControlBase()
Declaration
public HeatMapLabelsControlBase()
Fields
CellBorderThicknessProperty
Declaration
public static readonly DependencyProperty CellBorderThicknessProperty
Field Value
Microsoft.
|
HoveredLabelStyleProperty
Declaration
public static readonly DependencyProperty HoveredLabelStyleProperty
Field Value
Microsoft.
|
LabelClipToBoundsProperty
Declaration
public static readonly DependencyProperty LabelClipToBoundsProperty
Field Value
Microsoft.
|
LabelHorizontalAlignmentProperty
Declaration
public static readonly DependencyProperty LabelHorizontalAlignmentProperty
Field Value
Microsoft.
|
LabelStyleProperty
Declaration
public static readonly DependencyProperty LabelStyleProperty
Field Value
Microsoft.
|
LabelVerticalAlignmentProperty
Declaration
public static readonly DependencyProperty LabelVerticalAlignmentProperty
Field Value
Microsoft.
|
Properties
CellBorderThickness
Declaration
public int CellBorderThickness { get; set; }
Property Value
System.
|
HoveredLabelStyle
Declaration
public Style HoveredLabelStyle { get; set; }
Property Value
Microsoft.
|
LabelClipToBounds
Declaration
public bool LabelClipToBounds { get; set; }
Property Value
System.
|
LabelHorizontalAlignment
Declaration
public HorizontalAlignment LabelHorizontalAlignment { get; set; }
Property Value
Microsoft.
|
LabelStyle
Declaration
public Style LabelStyle { get; set; }
Property Value
Microsoft.
|
LabelVerticalAlignment
Declaration
public VerticalAlignment LabelVerticalAlignment { get; set; }
Property Value
Microsoft.
|