menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapPanUpdatedEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved