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

プロパティ値

アニメーションを完了するために必要な時間の間隔。

適用対象