Show / Hide Table of Contents

    Class SwipedEventArgs

    Inheritance
    System.Object
    SwipedEventArgs
    Namespace: Mapsui.UI
    Assembly: Mapsui.UI.Wpf.dll
    Syntax
    public class SwipedEventArgs : EventArgs

    Constructors

    | Improve this Doc View Source

    SwipedEventArgs(Double, Double)

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

    Properties

    | Improve this Doc View Source

    Handled

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    VelocityX

    Declaration
    public double VelocityX { get; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    VelocityY

    Declaration
    public double VelocityY { get; }
    Property Value
    Type Description
    System.Double
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX