共用方式為


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 物件的集合。

適用於

另請參閱