FragmentState.Duration 属性

定义

返回呈现 TextFragment 所需的时间。Returns the desired time for rendering a TextFragment

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

属性值

Int32

返回一个 int,它包含呈现 TextFragment 所需时间的以毫秒为单位的值。Returns an int containing a value in millisecond of the desired time for rendering a TextFragment.

适用于