Share via


InkStrokesCollectedEventArgs.Strokes Property

Definition

Gets the collection of processed ink strokes ("wet" to "dry") associated with the StrokesCollected event.

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

Property Value

The processed ink strokes as a collection of InkStroke objects.

Applies to

See also