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