InkStrokesErasedEventArgs.Strokes 属性

定义

获取与 StrokesErased 事件关联的墨迹笔划的集合。

public:
 property IVectorView<InkStroke ^> ^ Strokes { IVectorView<InkStroke ^> ^ get(); };
IVectorView<InkStroke> Strokes();
public IReadOnlyList<InkStroke> Strokes { get; }
var iVectorView = inkStrokesErasedEventArgs.strokes;
Public ReadOnly Property Strokes As IReadOnlyList(Of InkStroke)

属性值

擦除的墨迹笔划作为 InkStroke 对象的集合。

适用于

另请参阅