ComponentOne FlexGrid for UWP
SetManipulationMode Method

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.
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 _
) 
public static void SetManipulationMode( 
   Windows.UI.Xaml.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.
See Also

Reference

C1DragHelper Class
C1DragHelper Members