共用方式為


CoreInputViewAnimationStartingEventArgs.AnimationDuration 屬性

定義

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

重要

當設定以 CoreInputView顯示或隱藏為基礎的任何動畫持續時間時,應用程式應該使用此值。 如果協調應用程式與 CoreInputView之間的動畫,請確定應用程式動畫在 CoreInputView 動畫之前未完成。

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

屬性值

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

適用於