Class WidgetArgs
Inherited Members
Namespace: Mapsui.Widgets
Assembly: Mapsui.dll
Syntax
public class WidgetArgs
Constructors
| Edit this page View SourceWidgetArgs(int, bool, bool)
Declaration
public WidgetArgs(int clickCount, bool leftButton, bool shift)
Parameters
Type | Name | Description |
---|---|---|
int | clickCount | |
bool | leftButton | |
bool | shift |
Properties
| Edit this page View SourceClickCount
Declaration
public int ClickCount { get; }
Property Value
Type | Description |
---|---|
int |
LeftButton
Declaration
public bool LeftButton { get; }
Property Value
Type | Description |
---|---|
bool |
Shift
Declaration
public bool Shift { get; }
Property Value
Type | Description |
---|---|
bool |