Basic Library for UWP/WinRT XAML
SetManipulationMode メソッド

ManipulationMode が設定される要素。
指定された要素で設定される ManipulationMode を識別するモード。
指定されたモードに従ってドラッグ操作を実行できるように、指定された要素の ManipulationMode を設定します。
構文
'宣言
 
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
)

パラメータ

element
ManipulationMode が設定される要素。
mode
指定された要素で設定される ManipulationMode を識別するモード。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1DragHelper クラス
C1DragHelper メンバ

Send Feedback