次の方法で共有


IAnimatedVisual.Duration プロパティ

定義

アニメーション化されたビジュアルの期間を取得します。

public:
 property TimeSpan Duration { TimeSpan get(); };
TimeSpan Duration();
public System.TimeSpan Duration { get; }
var timeSpan = iAnimatedVisual.duration;
Public ReadOnly Property Duration As TimeSpan

プロパティ値

アニメーション化されたビジュアルのサイズ。

適用対象