Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Size - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Size

    Inheritance
    System.Object
    Size
    Namespace: Syncfusion.Blazor.HeatMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class Size : Object

    Constructors

    Size()

    Declaration
    public Size()

    Properties

    Height

    Defines the height of Heatmap.

    Declaration
    public double Height { get; set; }
    Property Value
    Type Description
    System.Double

    Width

    Defines the width of the Heatmap.

    Declaration
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved