共用方式為


CoreFrameworkInputViewAnimationStartingEventArgs.AnimationDuration 屬性

定義

取得完成 CoreFrameworkInputView 動畫所需的時間間隔。

public:
 property TimeSpan AnimationDuration { TimeSpan get(); };
TimeSpan AnimationDuration();
public System.TimeSpan AnimationDuration { get; }
var timeSpan = coreFrameworkInputViewAnimationStartingEventArgs.animationDuration;
Public ReadOnly Property AnimationDuration As TimeSpan

屬性值

完成動畫所需的時間間隔。

備註

根據 CoreFrameworkInputView的顯示或隱藏,在主要檢視中設定任何動畫持續時間時,架構應該使用此值。

適用於