menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class MapTappedEventArgs

    Class is used to specify the arguments of map tapped event.

    Inheritance
    System.Object
    MapTappedEventArgs
    Namespace: Syncfusion.SfMaps.XForms
    Assembly: Syncfusion.SfMaps.XForms.dll
    Syntax
    public class MapTappedEventArgs : EventArgs

    Constructors

    MapTappedEventArgs()

    Declaration
    public MapTappedEventArgs()

    Properties

    Position

    Gets the screen point (x, y) of maps on tapped.

    Declaration
    public Point Position { get; }
    Property Value
    Type
    Xamarin.Forms.Point
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved