Class SwipedEventArgs
Inheritance
SwipedEventArgs
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
Properties
|
Edit this page
View Source
Handled
Declaration
public bool Handled { get; set; }
Property Value
|
Edit this page
View Source
VelocityX
Declaration
public double VelocityX { get; }
Property Value
|
Edit this page
View Source
VelocityY
Declaration
public double VelocityY { get; }
Property Value