[]
Specifies how a target control interprets manipulation events. This enumeration is flagwise to facilitate setting multiple modes.
[Flags]
public enum ZoomManipulationModes
| Name | Description |
|---|---|
| All | Enable all manipulation interaction modes. |
| None | Do not present graphic interaction with manipulation events. |
| Pan | Permit manipulation actions that translate the target. |
| Zoom | Permit manipulation actions that zoom the target. |