Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 944 Bytes

visualinteractionsource_positionysourcemode.md

File metadata and controls

26 lines (16 loc) · 944 Bytes
-api-id -api-type
P:Windows.UI.Composition.Interactions.VisualInteractionSource.PositionYSourceMode
winrt property

Windows.UI.Composition.Interactions.VisualInteractionSource.PositionYSourceMode

-description

Source mode for the Y-axis.

The PositionYSourceMode property defines how interactions are processed for a VisualInteractionSource on the Y-axis. There are 3 types of InteractionSourceModes to choose from: Interactions are Disabled, EnabledWithInertia and EnabledWithoutInertia. This property must be enabled to allow the VisualInteractionSource to send Y-axis data to InteractionTracker.

-property-value

Source mode for the Y-axis.

-remarks

-examples

-see-also