FragmentState.Duration プロパティ

定義

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

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

プロパティ値

intをレンダリングするために必要な時間のミリ秒単位の値を含むTextFragmentを返します。

適用対象