'Declaration
Public Shared Sub SetManipulationMode( _ ByVal element As UIElement, _ ByVal mode As C1DragHelperMode _ )
public static void SetManipulationMode( UIElement element, C1DragHelperMode mode )
Parameters
- element
- The element whose ManipulationMode will be set.
- mode
- The mode that determines the ManipulationMode that is set in the specified element.