Class HeatMapColumnLabelsPanel
Inheritance
System.Object
HeatMapColumnLabelsPanel
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class HeatMapColumnLabelsPanel : HeatMapLabelsPanelBase
Constructors
Declaration
public HeatMapColumnLabelsPanel()
Fields
Declaration
public static readonly DependencyProperty PositionProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public HeatMapColumnLabelsPanelPosition 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