Class
HeatMapCellLabelSettings

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:

cs-api-definition
public class HeatMapCellLabelSettings : InheritanceContextPropagator

Inheritance: objectInheritanceContextPropagatorHeatMapCellLabelSettings

Inherited Members InheritanceContextPropagator.CreateInstanceCore()InheritanceContextPropagator.FreezeCore(bool)

Constructors

HeatMapCellLabelSettings()

Initializes a new instance of the HeatMapCellLabelSettings class.

Declaration

cs-api-definition
public HeatMapCellLabelSettings()

Fields

FontFamilyProperty

Identifies the read-only FontFamily dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FontFamilyProperty

Field Value

DependencyProperty

FontSizeProperty

Identifies the read-only FontSize dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FontSizeProperty

Field Value

DependencyProperty

FontStyleProperty

Identifies the read-only FontStyle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FontStyleProperty

Field Value

DependencyProperty

FontWeightProperty

Identifies the read-only FontWeight dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FontWeightProperty

Field Value

DependencyProperty

ForegroundProperty

Identifies the read-only Foreground dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ForegroundProperty

Field Value

DependencyProperty

LabelTemplateProperty

Identifies the read-only LabelTemplate dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty LabelTemplateProperty

Field Value

DependencyProperty

StringFormatProperty

Identifies the read-only StringFormat dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty StringFormatProperty

Field Value

DependencyProperty

UseLayoutRoundingProperty

Identifies the read-only UseLayoutRounding dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty UseLayoutRoundingProperty

Field Value

DependencyProperty

Properties

FontFamily

Gets or sets a the font family.

Declaration

cs-api-definition
public FontFamily FontFamily { get; set; }

Property Value

FontFamily

FontSize

Gets or sets a the string font size.

Declaration

cs-api-definition
public double FontSize { get; set; }

Property Value

double

FontStyle

Gets or sets a the font style.

Declaration

cs-api-definition
public FontStyle FontStyle { get; set; }

Property Value

FontStyle

FontWeight

Gets or sets a the font weight.

Declaration

cs-api-definition
public FontWeight FontWeight { get; set; }

Property Value

FontWeight

Foreground

Gets or sets a the foreground.

Declaration

cs-api-definition
public Brush Foreground { get; set; }

Property Value

Brush

LabelTemplate

Gets or sets the label template.

Declaration

cs-api-definition
public DataTemplate LabelTemplate { get; set; }

Property Value

DataTemplate

StringFormat

Gets or sets a the string format used for the default visuals.

Declaration

cs-api-definition
public string StringFormat { get; set; }

Property Value

string

UseLayoutRounding

Gets or sets a value that indicates whether layout rounding should be applied to the element that renders the labels.

Declaration

cs-api-definition
public bool UseLayoutRounding { get; set; }

Property Value

bool