Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 587 Bytes

interactionsourceredirectionmode.md

File metadata and controls

30 lines (18 loc) · 587 Bytes
-api-id -api-type
T:Microsoft.UI.Composition.Interactions.InteractionSourceRedirectionMode
winrt enum

Microsoft.UI.Composition.Interactions.InteractionSourceRedirectionMode

-description

Defines constants that specify whether an input should be redirected to the InteractionTracker.

-enum-fields

-field Enabled:1

Input is redirected to the InteractionTracker.

-field Disabled:0

Redirection is off, all input goes to the UI thread.

-remarks

-see-also

-examples