Class TappedEventArgs
Inheritance
System.Object
TappedEventArgs
Assembly: Mapsui.UI.Wpf.dll
Syntax
public class TappedEventArgs : EventArgs
Constructors
|
Improve this Doc
View Source
TappedEventArgs(Geometries.Point, Int32)
Declaration
public TappedEventArgs(Geometries.Point screenPosition, int numOfTaps)
Parameters
Type |
Name |
Description |
Geometries.Point |
screenPosition |
|
System.Int32 |
numOfTaps |
|
Properties
|
Improve this Doc
View Source
Handled
Declaration
public bool Handled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
NumOfTaps
Declaration
public int NumOfTaps { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ScreenPosition
Declaration
public Geometries.Point ScreenPosition { get; }
Property Value
Type |
Description |
Geometries.Point |
|