C1.UWP Assembly / C1.Xaml Namespace / C1DragHelper Class / SetManipulationMode Method
The element whose ManipulationMode will be set.
The mode that determines the ManipulationMode that is set in the specified element.

In This Topic
SetManipulationMode Method
In This Topic
Sets the ManipulationMode of the specified element so that drag operation can be performed according to the specified mode.
Syntax
'Declaration
 
Public Shared Sub SetManipulationMode( _
   ByVal element As Windows.UI.Xaml.UIElement, _
   ByVal mode As C1DragHelperMode _
) 
 

Parameters

element
The element whose ManipulationMode will be set.
mode
The mode that determines the ManipulationMode that is set in the specified element.
See Also