Class TappedEventArgs
Provides event data for the Tapped event.
Inheritance
System.Object
TappedEventArgs
Namespace: Syncfusion.Maui.Maps
Assembly: Syncfusion.Maui.Maps.dll
Syntax
public class TappedEventArgs : EventArgs
Constructors
TappedEventArgs()
Declaration
public TappedEventArgs()
Properties
Position
Gets the current touch position.
Declaration
public Point Position { get; }
Property Value
Type |
---|
Microsoft.Maui.Graphics.Point |