Class PanningEventArgs
Provides event data for the Panning event.
Inheritance
System.Object
PanningEventArgs
Namespace: Syncfusion.Maui.Maps
Assembly: Syncfusion.Maui.Maps.dll
Syntax
public class PanningEventArgs : EventArgs
Constructors
PanningEventArgs()
Declaration
public PanningEventArgs()
Properties
Completed
Gets a value to identify whether the panning completed or not.
Declaration
public bool Completed { get; }
Property Value
Type |
---|
System.Boolean |
Position
Gets the current touch position.
Declaration
public Point Position { get; }
Property Value
Type |
---|
Microsoft.Maui.Graphics.Point |
Started
Gets a value to identify whether the panning started or not.
Declaration
public bool Started { get; }
Property Value
Type |
---|
System.Boolean |