InkStroke.StrokeStartedTime 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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 引進)
|
適用於
另請參閱
- StrokeDuration
- CreateStrokeFromInkPoints(IIterable<InkPoint>, Matrix3x2, IReference<DateTime>, IReference<TimeSpan>)
- 畫筆和手寫筆互動
- 開始使用:UWP 應用程式中的支援筆跡
- 筆跡分析範例 (基本) (C#)
- 筆跡手寫辨識範例 (C#)
- 儲存和從筆跡序列化格式 (ISF) 檔案載入筆墨筆劃
- 儲存和從剪貼簿載入筆墨筆劃
- 筆跡工具列位置和方向範例 (基本)
- 筆跡工具列位置和方向範例 (動態)
- 著色本範例
- 家庭記事本範例
- JavaScript) 的筆跡範例 (
- 簡單筆跡範例 (C#/C++)
- C++ (複雜筆跡範例)
- 筆跡分析範例