Search Results for

    Show / Hide Table of Contents

    Class SwipedEventArgs

    Inheritance
    object
    EventArgs
    SwipedEventArgs
    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.Android.dll
    Syntax
    public class SwipedEventArgs : EventArgs

    Constructors

    | Edit this page View Source

    SwipedEventArgs(double, double)

    Declaration
    public SwipedEventArgs(double velocityX, double velocityY)
    Parameters
    Type Name Description
    double velocityX
    double velocityY

    Properties

    | Edit this page View Source

    Handled

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

    VelocityX

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

    VelocityY

    Declaration
    public double VelocityY { get; }
    Property Value
    Type Description
    double
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX