Bagikan melalui


InkStrokesErasedEventArgs.Strokes Properti

Definisi

Mendapatkan koleksi goresan tinta yang terkait dengan peristiwa 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)

Nilai Properti

Goresan tinta yang terhapus sebagai koleksi objek InkStroke .

Berlaku untuk

Lihat juga