Search Results for

    Show / Hide Table of Contents

    Class TappedEventArgs

    Inheritance
    object
    EventArgs
    TappedEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.UI
    Assembly: Mapsui.UI.Maui.dll
    Syntax
    public class TappedEventArgs : EventArgs

    Constructors

    | Edit this page View Source

    TappedEventArgs(ScreenPosition, GestureType)

    Declaration
    public TappedEventArgs(ScreenPosition screenPosition, GestureType gestureType)
    Parameters
    Type Name Description
    ScreenPosition screenPosition
    GestureType gestureType

    Properties

    | Edit this page View Source

    GestureType

    Declaration
    public GestureType GestureType { get; }
    Property Value
    Type Description
    GestureType
    | Edit this page View Source

    Handled

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    ScreenPosition

    Declaration
    public ScreenPosition ScreenPosition { get; }
    Property Value
    Type Description
    ScreenPosition

    Extension Methods

    DisposableExtension.DisposeIfDisposable(object?)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX