Proprietà StrokesReparentedEventArgs.ReparentedStrokes
Aggiornamento: novembre 2007
Ottiene i tratti assegnati a un nuovo nodo padre.
Spazio dei nomi: System.Windows.Ink
Assembly: IAWinFX (in IAWinFX.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ReparentedStrokes As StrokeCollection
'Utilizzo
Dim instance As StrokesReparentedEventArgs
Dim value As StrokeCollection
value = instance.ReparentedStrokes
public StrokeCollection ReparentedStrokes { get; }
public:
property StrokeCollection^ ReparentedStrokes {
StrokeCollection^ get ();
}
/** @property */
public StrokeCollection get_ReparentedStrokes()
public function get ReparentedStrokes () : StrokeCollection
Valore proprietà
Tipo: System.Windows.Ink.StrokeCollection
Tratti assegnati a un nuovo nodo padre.
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
StrokesReparentedEventArgs Classe