共用方式為


StrokesReparentedBaseEventArgs.ReparentedStrokes 屬性

取得 InkAnalyzerBase 移動之筆劃資料的識別項。

命名空間:  System.Windows.Ink.AnalysisCore
組件:  IACore (在 IACore.dll 中)

語法

'宣告
Public ReadOnly Property ReparentedStrokes As Integer()
'用途
Dim instance As StrokesReparentedBaseEventArgs
Dim value As Integer()

value = instance.ReparentedStrokes
public int[] ReparentedStrokes { get; }
public:
property array<int>^ ReparentedStrokes {
    array<int>^ get ();
}
/** @property */
public int[] get_ReparentedStrokes()
public function get ReparentedStrokes () : int[]

屬性值

型別:array<System.Int32[]
InkAnalyzerBase 移動之筆劃資料的識別項。

平台

Windows Vista, Windows XP SP2, Windows Server 2003

.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求

版本資訊

.NET Framework

支援版本:3.0

請參閱

參考

StrokesReparentedBaseEventArgs 類別

StrokesReparentedBaseEventArgs 成員

System.Windows.Ink.AnalysisCore 命名空間