Class CustomContentPresenter
Inheritance
System.Object
CustomContentPresenter
Assembly: Syncfusion.SfHeatMap.WPF.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 |
System.Windows.Size |
availableSize |
|
Returns