Gets the parent Annotation object of this instance.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public Annotation Parent { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Parent As Annotation |
An instance of the Annotation class.
See Also