ManipulationProcessor2D.SupportedManipulations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the current set of supported manipulations.
public:
property System::Windows::Input::Manipulations::Manipulations2D SupportedManipulations { System::Windows::Input::Manipulations::Manipulations2D get(); void set(System::Windows::Input::Manipulations::Manipulations2D value); };
public System.Windows.Input.Manipulations.Manipulations2D SupportedManipulations { get; set; }
member this.SupportedManipulations : System.Windows.Input.Manipulations.Manipulations2D with get, set
Public Property SupportedManipulations As Manipulations2D
Property Value
The current set of supported manipulations.
Exceptions
The property tries to set a value that is not a valid combination of the Manipulations2D enumeration values.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.