Manipulations2D Enumeration
.NET Framework (current version)
Represents the possible affine two-dimensional (2-D) manipulations.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.Windows.Input.Manipulations (in System.Windows.Input.Manipulations.dll)
| Member name | Description | |
|---|---|---|
| All | All available manipulations. | |
| None | No manipulations. | |
| Rotate | A rotation. | |
| Scale | A scale in both directions. | |
| Translate | A translation in the x and/or y axes. | |
| TranslateX | A translation in the x-axis. | |
| TranslateY | A translation in the y-axis. |
.NET Framework
Available since 4.0
Available since 4.0
Show: