Manipulation.SetManipulationParameter メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された要素の操作にパラメーターを追加します。
public:
static void SetManipulationParameter(System::Windows::UIElement ^ element, System::Windows::Input::Manipulations::ManipulationParameters2D ^ parameter);
[System.ComponentModel.Browsable(false)]
public static void SetManipulationParameter (System.Windows.UIElement element, System.Windows.Input.Manipulations.ManipulationParameters2D parameter);
[<System.ComponentModel.Browsable(false)>]
static member SetManipulationParameter : System.Windows.UIElement * System.Windows.Input.Manipulations.ManipulationParameters2D -> unit
Public Shared Sub SetManipulationParameter (element As UIElement, parameter As ManipulationParameters2D)
パラメーター
- element
- UIElement
パラメーターが追加された操作を持つ要素。
- parameter
- ManipulationParameters2D
追加するパラメーター。
- 属性
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET