SchedulerGestureEventArgs.Location Property
In This Article
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
C#
public Point Location { get; }
#Property Value
Type | Description |
---|---|
Point | Coordinates of the screen point on which a user tapped. |
See Also