Click or drag to resize

IAttachableAnnotationParent 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
AnnotationData Parent { get; set; }

Property Value

Type: AnnotationData
The annotation this annotation is attached to or null (Nothing in VB) if it is a standalone annotation.
See Also