Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 830 Bytes

interactionbindingaxismodes.md

File metadata and controls

43 lines (24 loc) · 830 Bytes
-api-id -api-type ms.custom
T:Windows.UI.Composition.Interactions.InteractionBindingAxisModes
winrt enum
19H1

Windows.UI.Composition.Interactions.InteractionBindingAxisModes

-description

Defines constants that specify which axis is bound between two interaction trackers.

-enum-fields

-field Scale:4

The binding affects scale.

-field PositionY:2

The binding affects the Y axis.

-field PositionX:1

The binding affects the X axis.

-field None:0

The binding does not affect any axis.

-remarks

Pass None to InteractionTracker.SetBindingMode to remove an existing binding mode.

-see-also

-examples