ScrollViewer.SetManipulationMode Method
May 02, 2013
Sets the value of the ManipulationMode attached property, and supports the property's XAML usage.
Assembly: System.Windows (in System.Windows.dll)
public static void SetManipulationMode( DependencyObject element, ManipulationMode manipulationMode )
Parameters
- element
- Type: System.Windows.DependencyObject
The element to set the property value on.
- manipulationMode
- Type: System.Windows.Controls.ManipulationMode
The value to set.
Version Notes
Windows Phone
For information on using manipulations on Windows Phone, see How to handle manipulation events for Windows Phone.