Proprietà NewStrokesLoadedEventArgs.Strokes
Aggiornamento: novembre 2007
Ottiene l'insieme StrokeCollection per i tratti caricati.
Spazio dei nomi: System.Windows.Ink
Assembly: IAWinFX (in IAWinFX.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Strokes As StrokeCollection
'Utilizzo
Dim instance As NewStrokesLoadedEventArgs
Dim value As StrokeCollection
value = instance.Strokes
public StrokeCollection Strokes { get; }
public:
property StrokeCollection^ Strokes {
StrokeCollection^ get ();
}
/** @property */
public StrokeCollection get_Strokes()
public function get Strokes () : StrokeCollection
Valore proprietà
Tipo: System.Windows.Ink.StrokeCollection
Insieme StrokeCollection per i tratti caricati.
Piattaforme
Windows Vista
.NET Framework e .NET Compact Framework non supportano tutte le versioni di ciascuna piattaforma. Per un elenco delle versioni supportate, vedere Requisiti di sistema di .NET Framework.
Informazioni sulla versione
.NET Framework
Supportato in: 3.0
Vedere anche
Riferimenti
NewStrokesLoadedEventArgs Classe