InteractionTrackerPositionUpdateOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Default | 0 | An active scale animation will stop. |
AllowActiveCustomScaleAnimation | 1 | An active scale animation will continue. |