Edit

Share via


ManipulationModes Enum

Definition

Specifies how manipulation events are interpreted.

This enumeration supports a bitwise combination of its member values.

C#
[System.Flags]
public enum ManipulationModes
Inheritance
ManipulationModes
Attributes

Fields

Name Value Description
None 0

Manipulation events do not occur.

TranslateX 1

A manipulation can translate an object horizontally.

TranslateY 2

A manipulation can translate an object vertically.

Translate 3

A manipulation can translate an object.

Rotate 4

A manipulation can rotate an object.

Scale 8

A manipulation can scale an object.

All 15

A manipulation can scale, translate, or rotate an object and can occur with one point of input.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9