SchedulerGestureEventArgs.Location Property
In This Article
Returns coordinates of the screen point to which user tapped.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public Point Location { get; }
#Property Value
Type |
---|
Point |
See Also