CommentDataParent Property |
Gets or sets the annotation this annotation is attached to, if any.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public AnnotationData Parent { get; set; }
Public Property Parent As AnnotationData
Get
Set
Property Value
Type:
AnnotationData
The annotation this annotation is attached to or null (Nothing in VB) if
it is a standalone annotation.
Implements
IAttachableAnnotationParentSee Also