Class HeatMapHeaderSettings
Inheritance
System.Object
HeatMapHeaderSettings
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class HeatMapHeaderSettings : DependencyObject
Constructors
HeatMapHeaderSettings()
Declaration
protected HeatMapHeaderSettings()
Fields
HoveredLabelStyleProperty
Declaration
public static readonly DependencyProperty HoveredLabelStyleProperty
Field Value
Microsoft.
|
LabelClipToBoundsProperty
Declaration
public static readonly DependencyProperty LabelClipToBoundsProperty
Field Value
Microsoft.
|
LabelFormatProperty
Declaration
public static readonly DependencyProperty LabelFormatProperty
Field Value
Microsoft.
|
LabelHorizontalAlignmentProperty
Declaration
public static readonly DependencyProperty LabelHorizontalAlignmentProperty
Field Value
Microsoft.
|
LabelIntervalProperty
Declaration
public static readonly DependencyProperty LabelIntervalProperty
Field Value
Microsoft.
|
LabelStyleProperty
Declaration
public static readonly DependencyProperty LabelStyleProperty
Field Value
Microsoft.
|
LabelVerticalAlignmentProperty
Declaration
public static readonly DependencyProperty LabelVerticalAlignmentProperty
Field Value
Microsoft.
|
Properties
HoveredLabelStyle
Declaration
public Style HoveredLabelStyle { get; set; }
Property Value
Microsoft.
|
LabelClipToBounds
Declaration
public bool LabelClipToBounds { get; set; }
Property Value
System.
|
LabelFormat
Declaration
public string LabelFormat { get; set; }
Property Value
System.
|
LabelHorizontalAlignment
Declaration
public HorizontalAlignment LabelHorizontalAlignment { get; set; }
Property Value
Microsoft.
|
LabelInterval
Declaration
public int LabelInterval { get; set; }
Property Value
System.
|
LabelStyle
Declaration
public Style LabelStyle { get; set; }
Property Value
Microsoft.
|
LabelVerticalAlignment
Declaration
public VerticalAlignment LabelVerticalAlignment { get; set; }
Property Value
Microsoft.
|