TouchManipulationEventArgs
StockSharp.Xaml.Charting.Visuals.Events
EventArgs, um eine Liste von TouchPointTouchPoints zu speichern
Erbt von: EventArgs
Konstruktoren
TouchManipulationEventArgs
public TouchManipulationEventArgs(IEnumerable<TouchPoint> touchPoints)
touchManipulationEventArgs = TouchManipulationEventArgs(touchPoints)
Initialisiert eine neue Instanz der TouchManipulationEventArgs Klasse.
- touchPoints
- Die Berührungspunkte.
Eigenschaften
Handled
public bool Handled { get; set; }
value = touchManipulationEventArgs.Handled
touchManipulationEventArgs.Handled = value
Gibt oder setzt einen Wert, der angibt, ob dieser TouchManipulationEventArgs behandelt wird.
TouchPoints
public IEnumerable<TouchPoint> TouchPoints { get; set; }
value = touchManipulationEventArgs.TouchPoints
touchManipulationEventArgs.TouchPoints = value
Bekommt oder setzt die Touchpoints.