ManipulationModes Enumeration
.NET Framework (current version)
Specifies how manipulation events are interpreted.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: PresentationCore (in PresentationCore.dll)
| Member name | Description | |
|---|---|---|
| All | A manipulation can scale, translate, or rotate an object and can occur with one point of input. | |
| None | Manipulation events do not occur. | |
| Rotate | A manipulation can rotate an object. | |
| Scale | A manipulation can scale an object. | |
| Translate | A manipulation can translate an object. | |
| TranslateX | A manipulation can translate an object horizontally. | |
| TranslateY | A manipulation can translate an object vertically. |
.NET Framework
Available since 4.0
Available since 4.0
Show: