Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.33 KB

interactionsourceconfiguration_positionxsourcemode.md

File metadata and controls

33 lines (19 loc) · 1.33 KB
-api-id -api-type ms.custom
P:Windows.UI.Composition.Interactions.InteractionSourceConfiguration.PositionXSourceMode
winrt property
RS5

Windows.UI.Composition.Interactions.InteractionSourceConfiguration.PositionXSourceMode

-description

Gets or sets a value that indicates how interactions are processed for this VisualInteractionSource input on the X axis.

-property-value

The source mode for the X axis. By default, it takes the value of VisualInteractionTracker.PositionXSourceMode.

-remarks

This property overrides the configuration of VisualInteractionSource.PositionXSourceMode. It must be enabled to allow the VisualInteractionSource to send X-axis data to InteractionTracker.

For more info, see VisualInteractionSource.PointerWheelConfig.

-see-also

VisualInteractionSource.PointerWheelConfig, VisualInteractionSource.PositionXSourceMode

-examples