FragmentState.Duration プロパティ

定義

をレンダリングするために必要な時間を TextFragment返します。

public:
 property int Duration { int get(); };
public int Duration { get; }
member this.Duration : int
Public ReadOnly Property Duration As Integer

プロパティ値

TextFragment を表示するのに適した時間について、ミリ秒単位の値を含む int を返します。

適用対象