csharp
public enum TransformStageHow far a two-finger gesture has got.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
The same four stages a drag has, and for the same reasons — in particular Cancelled, which is not Completed: a cancelled pinch tells a map to go back to the zoom it started at, and a completed one tells it to keep the new one.
Fields and properties (4)
StartedTwo fingers have moved far enough to mean it.
UpdatedThey have moved again.
CompletedOne of them came up.
CancelledSomething else took the pointers, or the target went away.
Used by (3)
- GestureRecognizerVixen.Ui
- TransformEventVixen.Ui
- TransformTestsVixen.Ui.Testing.Tests