DXTapEventArgs.Position Property
Gets the position of the tapped item.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public Point Position { get; }
Property Value
Type | Description |
---|---|
Point | The position of the tapped item. |
See Also