TouchManipulationEventArgs
StockSharp.Xaml.Charting.Visuals.Events
EventArgs to store a list of TouchPoint TouchPoints
Hereda de: EventArgs
Constructores
TouchManipulationEventArgs
public TouchManipulationEventArgs(IEnumerable<TouchPoint> touchPoints)
touchManipulationEventArgs = TouchManipulationEventArgs(touchPoints)
Inicia una nueva instancia de la clase TouchManipulationEventArgs.
- touchPoints
- Los puntos de contacto.
Propiedades
Handled
public bool Handled { get; set; }
value = touchManipulationEventArgs.Handled
touchManipulationEventArgs.Handled = value
Obtiene o establece un valor indicando si se maneja este TouchManipulationEventArgs@.
TouchPoints
public IEnumerable<TouchPoint> TouchPoints { get; set; }
value = touchManipulationEventArgs.TouchPoints
touchManipulationEventArgs.TouchPoints = value
Obtiene o establece los puntos de contacto.