ClassHeatMapCellLabelSettings
A class used to set up the cell label of the RadHeatMap.
Definition
Namespace:Telerik.Windows.Controls.HeatMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class HeatMapCellLabelSettings : InheritanceContextPropagator
Inheritance: objectInheritanceContextPropagatorHeatMapCellLabelSettings
Inherited Members
Constructors
HeatMapCellLabelSettings()
Initializes a new instance of the HeatMapCellLabelSettings class.
Declaration
public HeatMapCellLabelSettings()
Fields
FontFamilyProperty
Identifies the read-only FontFamily dependency property.
Declaration
public static readonly DependencyProperty FontFamilyProperty
Field Value
DependencyProperty
FontSizeProperty
Identifies the read-only FontSize dependency property.
Declaration
public static readonly DependencyProperty FontSizeProperty
Field Value
DependencyProperty
FontStyleProperty
Identifies the read-only FontStyle dependency property.
Declaration
public static readonly DependencyProperty FontStyleProperty
Field Value
DependencyProperty
FontWeightProperty
Identifies the read-only FontWeight dependency property.
Declaration
public static readonly DependencyProperty FontWeightProperty
Field Value
DependencyProperty
ForegroundProperty
Identifies the read-only Foreground dependency property.
Declaration
public static readonly DependencyProperty ForegroundProperty
Field Value
DependencyProperty
LabelTemplateProperty
Identifies the read-only LabelTemplate dependency property.
Declaration
public static readonly DependencyProperty LabelTemplateProperty
Field Value
DependencyProperty
StringFormatProperty
Identifies the read-only StringFormat dependency property.
Declaration
public static readonly DependencyProperty StringFormatProperty
Field Value
DependencyProperty
UseLayoutRoundingProperty
Identifies the read-only UseLayoutRounding dependency property.
Declaration
public static readonly DependencyProperty UseLayoutRoundingProperty
Field Value
DependencyProperty
Properties
FontFamily
Gets or sets a the font family.
Declaration
public FontFamily FontFamily { get; set; }
Property Value
FontFamily
FontSize
Gets or sets a the string font size.
FontStyle
Gets or sets a the font style.
Declaration
public FontStyle FontStyle { get; set; }
Property Value
FontStyle
FontWeight
Gets or sets a the font weight.
Declaration
public FontWeight FontWeight { get; set; }
Property Value
FontWeight
Foreground
Gets or sets a the foreground.
Declaration
public Brush Foreground { get; set; }
Property Value
Brush
LabelTemplate
Gets or sets the label template.
Declaration
public DataTemplate LabelTemplate { get; set; }
Property Value
DataTemplate
StringFormat
Gets or sets a the string format used for the default visuals.
UseLayoutRounding
Gets or sets a value that indicates whether layout rounding should be applied to the element that renders the labels.