Interface ITouchControl
A control that reacts to touch gestures.
public interface ITouchControl
- Extension Methods
Events
ManipulationCompleted
Raised when a manipulation gesture (including any inertia) ends.
event EventHandler<ManipulationEventArgs> ManipulationCompleted
Event Type
ManipulationStarted
Raised when a manipulation gesture (translation, scaling and/or rotation) begins.
event EventHandler<ManipulationEventArgs> ManipulationStarted
Event Type
ManipulationUpdated
Raised when a manipulation gesture changes.
event EventHandler<ManipulationEventArgs> ManipulationUpdated