Condividi tramite


InkStrokesCollectedEventArgs.Strokes Proprietà

Definizione

Ottiene la raccolta di tratti penna elaborati ("bagnato" a "secco") associati all'evento StrokesCollected .

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)

Valore della proprietà

Tratti penna elaborati come insieme di oggetti InkStroke .

Si applica a

Vedi anche