Class CustomContentPresenter
Inheritance
System.Object
CustomContentPresenter
Assembly: Syncfusion.SfHeatmap.UWP.dll
Syntax
public class CustomContentPresenter : ContentPresenter
Constructors
CustomContentPresenter()
Declaration
public CustomContentPresenter()
Properties
ExtentHeight
Declaration
public double ExtentHeight { get; }
Property Value
ExtentWidth
Declaration
public double ExtentWidth { get; }
Property Value
ViewportHeight
Declaration
public double ViewportHeight { get; }
Property Value
ViewportWidth
Declaration
public double ViewportWidth { get; }
Property Value
Methods
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type |
Name |
Description |
Windows.Foundation.Size |
availableSize |
|
Returns
Type |
Windows.Foundation.Size |
Extension Methods