新しい親ノードに割り当てられているストロークを取得します。
名前空間 : System.Windows.Ink
アセンブリ : IAWinFX (IAWinFX.dll 内)
構文
'宣言
Public ReadOnly Property ReparentedStrokes As StrokeCollection
'使用
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
プロパティ値
型 : System.Windows.Ink.StrokeCollection
新しい親ノードに割り当てられているストローク。
プラットフォーム
Windows Vista
.NET Framework および .NET Compact Framework では、各プラットフォームのすべてのバージョンはサポートしていません。サポートされているバージョンについては、「.NET Framework システム要件」を参照してください。
バージョン情報
.NET Framework
サポート対象 : 3.0
参照
参照
StrokesReparentedEventArgs クラス