CoreInputViewAnimationStartingEventArgs.AnimationDuration 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得完成 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
屬性值
完成動畫所需的時間間隔。