Class HeatMapColumnHeaderSettings
Inheritance
System.Object
HeatMapColumnHeaderSettings
Assembly: Telerik.WinUI.Controls.dll
Syntax
public sealed class HeatMapColumnHeaderSettings : HeatMapHeaderSettings
Constructors
Declaration
public HeatMapColumnHeaderSettings()
Fields
Declaration
public static readonly DependencyProperty LabelRotationAngleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty LabelsPanelPositionProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public double LabelRotationAngle { get; set; }
Property Value
Declaration
public HeatMapColumnLabelsPanelPosition LabelsPanelPosition { get; set; }
Property Value
Extension Methods