Class DOMRectReadOnly
Inheritance
DOMRectReadOnly
Assembly: Neon.Blazor.dll
Syntax
public class DOMRectReadOnly
Properties
Bottom
Declaration
public double Bottom { get; set; }
Property Value
Height
Declaration
public double Height { get; set; }
Property Value
Left
Declaration
public double Left { get; set; }
Property Value
Right
Declaration
public double Right { get; set; }
Property Value
Top
Declaration
public double Top { get; set; }
Property Value
Width
Declaration
public double Width { get; set; }
Property Value
X
Declaration
public double X { get; set; }
Property Value
Y
Declaration
public double Y { get; set; }
Property Value