InteractionSourceRedirectionMode Enum

Definition

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

public enum class InteractionSourceRedirectionMode
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.LiftedContract, 65536)]
enum class InteractionSourceRedirectionMode
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
enum class InteractionSourceRedirectionMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedContract), 65536)]
public enum InteractionSourceRedirectionMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public enum InteractionSourceRedirectionMode
var value = Microsoft.UI.Composition.Interactions.InteractionSourceRedirectionMode.disabled
Public Enum InteractionSourceRedirectionMode
Inheritance
InteractionSourceRedirectionMode
Attributes

Fields

Disabled 0

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

Enabled 1

Input is redirected to the InteractionTracker.

Applies to