次の方法で共有


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 の表示または非表示に基づいてプライマリ ビューでアニメーション期間を設定する場合、フレームワークはこの値を使用する必要があります。

適用対象