InkStroke.StrokeDuration 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置用户绘制单个笔划墨迹所花费的时间。
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 中引入)
|
适用于
另请参阅
- StrokeStartedTime
- CreateStrokeFromInkPoints(IIterable<InkPoint>, Matrix3x2, IReference<DateTime>, IReference<TimeSpan>)
- 笔和触笔交互
- 入门:在 UWP 应用中支持墨迹
- 墨迹分析示例(基本)(C#)
- 墨迹手写识别示例 (C#)
- 保存并从墨迹序列化格式 (ISF) 文件加载笔划墨迹
- 保存并从剪贴板加载笔划墨迹
- 墨迹工具栏位置和方向示例(基本)
- 墨迹工具栏位置和方向示例(动态)
- Coloring Book 示例
- 系列说明示例
- JavaScript) 墨迹书写示例 (
- 简单墨迹书写示例 (C#/C++)
- 复杂墨迹书写示例 (C++)
- 墨迹分析示例