ManipulationModes Enum
Definition
Specifies how manipulation events are interpreted.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
public enum class ManipulationModes
[System.Flags]
public enum ManipulationModes
[<System.Flags>]
type ManipulationModes =
Public Enum ManipulationModes
- Inheritance
- Attributes
Fields
All | 15 | A manipulation can scale, translate, or rotate an object and can occur with one point of input. |
None | 0 | Manipulation events do not occur. |
Rotate | 4 | A manipulation can rotate an object. |
Scale | 8 | A manipulation can scale an object. |
Translate | 3 | A manipulation can translate an object. |
TranslateX | 1 | A manipulation can translate an object horizontally. |
TranslateY | 2 | A manipulation can translate an object vertically. |