Class BoundingClientRect
Inheritance
BoundingClientRect
Assembly: Mapsui.UI.Blazor.dll
Syntax
public class BoundingClientRect
Properties
|
Edit this page
View Source
Bottom
Declaration
public double Bottom { get; set; }
Property Value
|
Edit this page
View Source
Height
Declaration
public double Height { get; set; }
Property Value
|
Edit this page
View Source
Left
Declaration
public double Left { get; set; }
Property Value
|
Edit this page
View Source
Right
Declaration
public double Right { get; set; }
Property Value
|
Edit this page
View Source
Top
Declaration
public double Top { get; set; }
Property Value
|
Edit this page
View Source
Width
Declaration
public double Width { get; set; }
Property Value
|
Edit this page
View Source
X
Declaration
public double X { get; set; }
Property Value
|
Edit this page
View Source
Y
Declaration
public double Y { get; set; }
Property Value