[]
Specifies how a target control interprets manipulation events. This enumeration is flagwise to facilitate setting multiple modes.
[Flags]
public enum ManipulationModes
| Name | Description |
|---|---|
| All | Enable all manipulation interaction modes. |
| None | Do not present graphic interaction with manipulation events. |
| Rotate | Permit manipulation actions that rotate the target. |
| RotateInertia | Apply inertia to rotate actions. |
| Scale | Permit manipulation actions that scale the target. |
| ScaleInertia | Apply inertia to scale actions. |
| TranslateInertia | Apply inertia to translate actions. |
| TranslateRailsX | Permit manipulation actions that translate the target on the X axis but using a rails mode. |
| TranslateRailsY | Permit manipulation actions that translate the target on the Y axis but using a rails mode. |
| TranslateX | Permit manipulation actions that translate the target on the X axis. |
| TranslateY | Permit manipulation actions that translate the target on the Y axis. |