InkStrokesErasedEventArgs.Strokes Property

Definition

Gets the collection of ink strokes associated with the StrokesErased event.

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)

Property Value

The erased ink strokes as a collection of InkStroke objects.

Applies to

See also