Search Results for

    Show / Hide Table of Contents

    Class BoundingClientRect

    Inheritance
    object
    BoundingClientRect
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.UI.Blazor.Extensions
    Assembly: Mapsui.UI.Blazor.dll
    Syntax
    public class BoundingClientRect

    Properties

    | Edit this page View Source

    Bottom

    Declaration
    public double Bottom { get; set; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    Height

    Declaration
    public double Height { get; set; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    Left

    Declaration
    public double Left { get; set; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    Right

    Declaration
    public double Right { get; set; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    Top

    Declaration
    public double Top { get; set; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    Width

    Declaration
    public double Width { get; set; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    X

    Declaration
    public double X { get; set; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    Y

    Declaration
    public double Y { get; set; }
    Property Value
    Type Description
    double
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX