New to Telerik UI for WPFStart a free 30-day trial

A base class for the horizontal and vertical HeatMapLabels items controls.

Definition

Constructors

Initializes a new instance of the HeatMapLabelsControlBase<TLabel, TPanel> class.

C#
public HeatMapLabelsControlBase()

Fields

CellBorderThicknessProperty

DependencyProperty

Identifies the CellBorderThickness dependency property.

C#
public static readonly DependencyProperty CellBorderThicknessProperty

HoveredLabelStyleProperty

DependencyProperty

Identifies the HoveredLabelStyle dependency property.

C#
public static readonly DependencyProperty HoveredLabelStyleProperty

LabelClipToBoundsProperty

DependencyProperty

Identifies the LabelClipToBoundsProperty dependency property.

C#
public static readonly DependencyProperty LabelClipToBoundsProperty

Identifies the LabelHorizontalAlignment dependency property.

C#
public static readonly DependencyProperty LabelHorizontalAlignmentProperty

LabelStyleProperty

DependencyProperty

Identifies the LabelStyle dependency property.

C#
public static readonly DependencyProperty LabelStyleProperty

Identifies the LabelVerticalAlignment dependency property.

C#
public static readonly DependencyProperty LabelVerticalAlignmentProperty

Properties

Gets or sets the border thickness of a cell.

C#
public int CellBorderThickness { get; set; }

Gets or sets the style that is applied to the label of the row (or column) that the mouse is over.

C#
public Style HoveredLabelStyle { get; set; }

Gets or sets a value indicating whether to clip the labels in the panel. A label is clipped only if the desired size of the label is larger than the allotted space for this label.

C#
public bool LabelClipToBounds { get; set; }

LabelHorizontalAlignment

HorizontalAlignment

Gets or sets the value that is applied to the HorizontalAlignment property of the labels.

C#
public HorizontalAlignment LabelHorizontalAlignment { get; set; }

Gets or sets the style that is applied to the labels.

C#
public Style LabelStyle { get; set; }

LabelVerticalAlignment

VerticalAlignment

Gets or sets the value that is applied to the VerticalAlignment property of the labels.

C#
public VerticalAlignment LabelVerticalAlignment { get; set; }