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