Class MapPanUpdatedEventArgs
Class is used to specify the arguments of map panning event.
Inheritance
System.Object
MapPanUpdatedEventArgs
Namespace: Syncfusion.SfMaps.XForms
Assembly: Syncfusion.SfMaps.XForms.dll
Syntax
public class MapPanUpdatedEventArgs : EventArgs
Constructors
MapPanUpdatedEventArgs()
Declaration
public MapPanUpdatedEventArgs()
Properties
Completed
Gets the boolean value whether the control completed panning action.
Declaration
public bool Completed { get; }
Property Value
Type |
---|
System.Boolean |
Position
Gets the screen point (x, y) of maps on panning.
Declaration
public Point Position { get; }
Property Value
Type |
---|
Xamarin.Forms.Point |
Started
Declaration
public bool Started { get; }
Property Value
Type |
---|
System.Boolean |