Class HeatMapCellLabelSettings
Inheritance
System.Object
HeatMapCellLabelSettings
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class HeatMapCellLabelSettings : DependencyObject
Constructors
HeatMapCellLabelSettings()
Declaration
public HeatMapCellLabelSettings()
Fields
FontFamilyProperty
Declaration
public static readonly DependencyProperty FontFamilyProperty
Field Value
Microsoft.
|
FontSizeProperty
Declaration
public static readonly DependencyProperty FontSizeProperty
Field Value
Microsoft.
|
FontStyleProperty
Declaration
public static readonly DependencyProperty FontStyleProperty
Field Value
Microsoft.
|
FontWeightProperty
Declaration
public static readonly DependencyProperty FontWeightProperty
Field Value
Microsoft.
|
ForegroundProperty
Declaration
public static readonly DependencyProperty ForegroundProperty
Field Value
Microsoft.
|
LabelTemplateProperty
Declaration
public static readonly DependencyProperty LabelTemplateProperty
Field Value
Microsoft.
|
StringFormatProperty
Declaration
public static readonly DependencyProperty StringFormatProperty
Field Value
Microsoft.
|
UseLayoutRoundingProperty
Declaration
public static readonly DependencyProperty UseLayoutRoundingProperty
Field Value
Microsoft.
|
Properties
FontFamily
Declaration
public FontFamily FontFamily { get; set; }
Property Value
Microsoft.
|
FontSize
Declaration
public double FontSize { get; set; }
Property Value
System.
|
FontStyle
Declaration
public FontStyle FontStyle { get; set; }
Property Value
Windows.
|
FontWeight
Declaration
public FontWeight FontWeight { get; set; }
Property Value
Windows.
|
Foreground
Declaration
public Brush Foreground { get; set; }
Property Value
Microsoft.
|
LabelTemplate
Declaration
public DataTemplate LabelTemplate { get; set; }
Property Value
Microsoft.
|
StringFormat
Declaration
public string StringFormat { get; set; }
Property Value
System.
|
UseLayoutRounding
Declaration
public bool UseLayoutRounding { get; set; }
Property Value
System.
|