Search Results for

    Show / Hide Table of Contents

    Class MouseButtons

    Inheritance
    object
    MouseButtons
    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 static class MouseButtons

    Fields

    | Edit this page View Source

    Left

    Declaration
    public const int Left = 0
    Field Value
    Type Description
    int
    | Edit this page View Source

    Middle

    Declaration
    public const int Middle = 1
    Field Value
    Type Description
    int
    | Edit this page View Source

    Primary

    Declaration
    public const int Primary = 0
    Field Value
    Type Description
    int
    | Edit this page View Source

    Right

    Declaration
    public const int Right = 2
    Field Value
    Type Description
    int
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX