Class HeatMapRowLabelsPanel
Inheritance
System.Object
HeatMapRowLabelsPanel
Assembly: Telerik.WinUI.Controls.dll
Syntax
public sealed class HeatMapRowLabelsPanel : HeatMapLabelsPanelBase
Constructors
Declaration
public HeatMapRowLabelsPanel()
Fields
Declaration
public static readonly DependencyProperty PositionProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public HeatMapRowLabelsPanelPosition Position { get; set; }
Property Value
Methods
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
|
Windows.Foundation.Size
finalSize
|
Returns
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
|
Windows.Foundation.Size
availableSize
|
Returns
Extension Methods