Class MouseButtons
Inherited Members
Namespace: Mapsui.UI.Blazor.Extensions
Assembly: Mapsui.UI.Blazor.dll
Syntax
public static class MouseButtons
Fields
| Edit this page View SourceLeft
Declaration
public const int Left = 0
Field Value
| Type | Description |
|---|---|
| int |
Middle
Declaration
public const int Middle = 1
Field Value
| Type | Description |
|---|---|
| int |
Primary
Declaration
public const int Primary = 0
Field Value
| Type | Description |
|---|---|
| int |
Right
Declaration
public const int Right = 2
Field Value
| Type | Description |
|---|---|
| int |