共用方式為


InkStroke.StrokeStartedTime 屬性

定義

取得或設定 InkStroke 啟動時的日期和時間。

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

void StrokeStartedTime(IReference<DateTime> value);
public System.Nullable<System.DateTimeOffset> StrokeStartedTime { get; set; }
var iReference = inkStroke.strokeStartedTime;
inkStroke.strokeStartedTime = iReference;
Public Property StrokeStartedTime As Nullable(Of DateTimeOffset)

屬性值

日期與時間。

Windows 需求

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

適用於

另請參閱