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 中引入)

适用于

另请参阅