UserInteractionModeStateTrigger Class

Definition

Trigger for switching when the User interaction mode changes (tablet mode)

public sealed class UserInteractionModeStateTrigger : Windows.UI.Xaml.StateTriggerBase
type UserInteractionModeStateTrigger = class
    inherit StateTriggerBase
Public NotInheritable Class UserInteractionModeStateTrigger
Inherits StateTriggerBase
Inheritance
Windows.UI.Xaml.StateTriggerBase
UserInteractionModeStateTrigger

Constructors

UserInteractionModeStateTrigger()

Initializes a new instance of the UserInteractionModeStateTrigger class.

Fields

InteractionModeProperty

Identifies the InteractionMode parameter.

Properties

InteractionMode

Gets or sets the InteractionMode to trigger on.

Applies to