PanUpdatedEventArgs Clase
Definición
Evento que se desencadena cuando se actualiza un gesto de desplazamiento lateral.Event that is raised when a pan gesture updates.
public class PanUpdatedEventArgs : EventArgs
type PanUpdatedEventArgs = class
inherit EventArgs
- Herencia
-
PanUpdatedEventArgs
Constructores
PanUpdatedEventArgs(GestureStatus, Int32) |
Crea un PanUpdatedEventArgs con los valores especificados.Creates a new PanUpdatedEventArgs with the specified values. |
PanUpdatedEventArgs(GestureStatus, Int32, Double, Double) |
Crea un PanUpdatedEventArgs con los valores especificados.Creates a new PanUpdatedEventArgs with the specified values. |
Propiedades
GestureId |
Obtiene el identificador entero para el gesto que generó el evento.Gets the identifier for the gesture that raised the event. |
StatusType |
Obtiene un valor que indica si este evento es para un gesto recién iniciado, un gesto en curso, un gesto completado o un gesto cancelado.Gets a value that tells if this event is for a newly started gesture, a running gesture, a completed gesture, or a canceled gesture. |
TotalX |
Obtiene la diferencia total en la dirección del eje X desde el principio del gesto.Gets the total change in the X direction since the beginning of the gesture. |
TotalY |
Obtiene la diferencia total en la dirección del eje Y desde el principio del gesto.Gets the total change in the Y direction since the beginning of the gesture. |