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 CellBorderThickness dependency property.
Declaration
public static readonly DependencyProperty CellBorderThicknessProperty
Field Value
System.Windows.DependencyProperty
|
HoveredLabelStyleProperty
Identifies the HoveredLabelStyle dependency property.
Declaration
public static readonly DependencyProperty HoveredLabelStyleProperty
Field Value
System.Windows.DependencyProperty
|
LabelClipToBoundsProperty
Identifies the LabelClipToBoundsProperty dependency property.
Declaration
public static readonly DependencyProperty LabelClipToBoundsProperty
Field Value
System.Windows.DependencyProperty
|
LabelHorizontalAlignmentProperty
Identifies the LabelHorizontalAlignment dependency property.
Declaration
public static readonly DependencyProperty LabelHorizontalAlignmentProperty
Field Value
System.Windows.DependencyProperty
|
LabelStyleProperty
Identifies the LabelStyle dependency property.
Declaration
public static readonly DependencyProperty LabelStyleProperty
Field Value
System.Windows.DependencyProperty
|
LabelVerticalAlignmentProperty
Identifies the LabelVerticalAlignment dependency property.
Declaration
public static readonly DependencyProperty LabelVerticalAlignmentProperty
Field Value
System.Windows.DependencyProperty
|
Properties
CellBorderThickness
Gets or sets the border thickness of a cell.
Declaration
public int CellBorderThickness { get; set; }
Property Value
System.Int32
|
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.Windows.Style
|
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.Boolean
|
LabelHorizontalAlignment
Gets or sets the value that is applied to the System.Windows.HorizontalAlignment property of the labels.
Declaration
public HorizontalAlignment LabelHorizontalAlignment { get; set; }
Property Value
System.Windows.HorizontalAlignment
|
LabelStyle
Gets or sets the style that is applied to the labels.
Declaration
public Style LabelStyle { get; set; }
Property Value
System.Windows.Style
|
LabelVerticalAlignment
Gets or sets the value that is applied to the System.Windows.VerticalAlignment property of the labels.
Declaration
public VerticalAlignment LabelVerticalAlignment { get; set; }
Property Value
System.Windows.VerticalAlignment
|