menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PanningEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

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