InteractionTrackerPositionUpdateOption Enum

Definition

Defines constants that indicate whether an already running custom scale animation should be allowed to continue running.

public enum class InteractionTrackerPositionUpdateOption
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 655360)]
enum class InteractionTrackerPositionUpdateOption
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 655360)]
public enum InteractionTrackerPositionUpdateOption
Public Enum InteractionTrackerPositionUpdateOption
Inheritance
InteractionTrackerPositionUpdateOption
Attributes

Windows requirements

Device family
Windows 10, version 2004 (introduced in 10.0.19041.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v10.0)

Fields

AllowActiveCustomScaleAnimation 1

An active scale animation will continue.

Default 0

An active scale animation will stop.

Applies to