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) 文件加载笔划墨迹
- 保存并从剪贴板加载笔划墨迹
- 墨迹工具栏位置和方向示例(基本)
- 墨迹工具栏位置和方向示例(动态)
- Coloring Book 示例
- 系列说明示例
- JavaScript) (墨迹书写示例
- 简单墨迹书写示例 (C#/C++)
- 复杂墨迹书写示例 (C++)
- 墨迹分析示例