Blazor

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

    Show / Hide Table of Contents

    Class DOMRect

    Specifies class for DOMRect

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

    Constructors

    DOMRect()

    Declaration
    public DOMRect()

    Properties

    Bottom

    Specifies the bottom value.

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

    Height

    Specifies the height.

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

    Left

    Specifies the left value.

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

    Right

    Specifies the right value.

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

    Top

    Specifies the top value.

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

    Width

    Specifies the width.

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

    X

    Specifies X value

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

    Y

    Specifies Y value

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