AnimationControllerProgressBehavior 列舉

定義

定義常數,指定 如何判斷 AnimationController.Progress 值。

public enum class AnimationControllerProgressBehavior
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
enum class AnimationControllerProgressBehavior
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
public enum AnimationControllerProgressBehavior
Public Enum AnimationControllerProgressBehavior
繼承
AnimationControllerProgressBehavior
屬性

Windows 需求

裝置系列
Windows 10, version 1803 (已於 10.0.17134.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v6.0 引進)

欄位

Default 0

進度值不包含延遲時間。

IncludesDelayTime 1

進度值包括延遲時間。

適用於