InkAnalysisLine.Parent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the parent node of the InkAnalysisLine object.
public:
property IInkAnalysisNode ^ Parent { IInkAnalysisNode ^ get(); };
IInkAnalysisNode Parent();
public IInkAnalysisNode Parent { get; }
var iInkAnalysisNode = inkAnalysisLine.parent;
Public ReadOnly Property Parent As IInkAnalysisNode