A base class for the horizontal and vertical HeatMapLabels items controls.
Definition
Namespace:Telerik.Windows.Controls.HeatMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Type Parameters:
TLabel
The type of the label.
TPanel
The type of the panel.
Syntax:
public class HeatMapLabelsControlBase<TLabel, TPanel> : FastItemsControl<TLabel, TPanel> where TLabel : HeatMapLabel, new() where TPanel : HeatMapLabelsPanelBase, new()
Inheritance: objectFastItemsControlBaseFastItemsControl<TLabel, TPanel>HeatMapLabelsControlBase<TLabel, TPanel>
Derived Classes:
Inherited Members
Constructors
Initializes a new instance of the HeatMapLabelsControlBase<TLabel, TPanel> class.
public HeatMapLabelsControlBase()
Fields
CellBorderThicknessProperty
DependencyProperty
Identifies the CellBorderThickness dependency property.
public static readonly DependencyProperty CellBorderThicknessProperty
HoveredLabelStyleProperty
DependencyProperty
Identifies the HoveredLabelStyle dependency property.
public static readonly DependencyProperty HoveredLabelStyleProperty
LabelClipToBoundsProperty
DependencyProperty
Identifies the LabelClipToBoundsProperty dependency property.
public static readonly DependencyProperty LabelClipToBoundsProperty
LabelHorizontalAlignmentProperty
DependencyProperty
Identifies the LabelHorizontalAlignment dependency property.
public static readonly DependencyProperty LabelHorizontalAlignmentProperty
LabelStyleProperty
DependencyProperty
Identifies the LabelStyle dependency property.
public static readonly DependencyProperty LabelStyleProperty
LabelVerticalAlignmentProperty
DependencyProperty
Identifies the LabelVerticalAlignment dependency property.
public static readonly DependencyProperty LabelVerticalAlignmentProperty
Properties
Gets or sets the border thickness of a cell.
public int CellBorderThickness { get; set; }
HoveredLabelStyle
Style
Gets or sets the style that is applied to the label of the row (or column) that the mouse is over.
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.
public bool LabelClipToBounds { get; set; }
LabelHorizontalAlignment
HorizontalAlignment
Gets or sets the value that is applied to the HorizontalAlignment property of the labels.
public HorizontalAlignment LabelHorizontalAlignment { get; set; }
LabelStyle
Style
Gets or sets the style that is applied to the labels.
public Style LabelStyle { get; set; }
LabelVerticalAlignment
VerticalAlignment
Gets or sets the value that is applied to the VerticalAlignment property of the labels.
public VerticalAlignment LabelVerticalAlignment { get; set; }