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 |
---|
System.Double |
Width
Defines the width of the Heatmap.
Declaration
public double Width { get; set; }
Property Value
Type |
---|
System.Double |