Table of Contents

Class BoundingClientRect

Namespace
MudBlazor.Interop
Assembly
MudBlazor.dll
public class BoundingClientRect
Inheritance
BoundingClientRect
Inherited Members
Extension Methods

Constructors

BoundingClientRect()

public BoundingClientRect()

Properties

AbsoluteBottom

public double AbsoluteBottom { get; }

Property Value

double

AbsoluteLeft

public double AbsoluteLeft { get; }

Property Value

double

AbsoluteRight

public double AbsoluteRight { get; }

Property Value

double

AbsoluteTop

public double AbsoluteTop { get; }

Property Value

double

Bottom

public double Bottom { get; }

Property Value

double

Height

public double Height { get; set; }

Property Value

double

IsOutsideBottom

public bool IsOutsideBottom { get; }

Property Value

bool

IsOutsideLeft

public bool IsOutsideLeft { get; }

Property Value

bool

IsOutsideRight

public bool IsOutsideRight { get; }

Property Value

bool

IsOutsideTop

public bool IsOutsideTop { get; }

Property Value

bool

Left

public double Left { get; set; }

Property Value

double

Right

public double Right { get; }

Property Value

double

ScrollX

the horizontal offset since the left of the page

public double ScrollX { get; set; }

Property Value

double

ScrollY

the vertical offset since the top of the page

public double ScrollY { get; set; }

Property Value

double

Top

public double Top { get; set; }

Property Value

double

Width

public double Width { get; set; }

Property Value

double

WindowHeight

height of the viewport

public double WindowHeight { get; set; }

Property Value

double

WindowWidth

width of the viewport

public double WindowWidth { get; set; }

Property Value

double

X

public double X { get; }

Property Value

double

Y

public double Y { get; }

Property Value

double

Methods

Clone()

public BoundingClientRect Clone()

Returns

BoundingClientRect