共用方式為


InkStroke.StrokeDuration 屬性

定義

取得或設定使用者繪製單一筆墨筆劃所花費的時間。

public:
 property IReference<TimeSpan> ^ StrokeDuration { IReference<TimeSpan> ^ get(); void set(IReference<TimeSpan> ^ value); };
IReference<TimeSpan> StrokeDuration();

void StrokeDuration(IReference<TimeSpan> value);
public System.Nullable<System.TimeSpan> StrokeDuration { get; set; }
var iReference = inkStroke.strokeDuration;
inkStroke.strokeDuration = iReference;
Public Property StrokeDuration As Nullable(Of TimeSpan)

屬性值

以 100 奈秒單位表示的時間週期。

Windows 需求

裝置系列
Windows 10 Creators Update (已於 10.0.15063.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)

適用於

另請參閱