menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CustomContentPresenter - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CustomContentPresenter

    Inheritance
    System.Object
    CustomContentPresenter
    Namespace: Syncfusion.UI.Xaml.HeatMap
    Assembly: Syncfusion.SfHeatMap.WPF.dll
    Syntax
    public class CustomContentPresenter : ContentPresenter

    Constructors

    CustomContentPresenter()

    Declaration
    public CustomContentPresenter()

    Properties

    ExtentHeight

    Declaration
    public double ExtentHeight { get; }
    Property Value
    Type
    System.Double

    ExtentWidth

    Declaration
    public double ExtentWidth { get; }
    Property Value
    Type
    System.Double

    ViewportHeight

    Declaration
    public double ViewportHeight { get; }
    Property Value
    Type
    System.Double

    ViewportWidth

    Declaration
    public double ViewportWidth { get; }
    Property Value
    Type
    System.Double

    Methods

    MeasureOverride(Size)

    Declaration
    protected override Size MeasureOverride(Size availableSize)
    Parameters
    Type Name Description
    System.Windows.Size availableSize
    Returns
    Type
    System.Windows.Size
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved