SchedulerGestureEventArgs.Location Property
Returns coordinates of the screen point to which user tapped.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
public Point Location { get; }
Property Value
Type | Description |
---|---|
Point | Coordinates of the screen point on which a user tapped. |
See Also