PopupAnnotation
Class
Floating popup window used to display notes for a related markup annotation.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public class PopupAnnotation : Annotation, IFixedDocumentElement, IStructuralElement
Inheritance: objectFixedDocumentElementBaseAnnotationPopupAnnotation
Implements:
Inherited Members
Properties
Gets or sets whether the popup is initially open when the document loads.
C#
public bool IsOpen { get; set; }
true to open by default; otherwise, false.
Gets or sets the markup annotation this popup is attached to.
C#
public MarkupAnnotation ParentAnnotation { get; set; }
The owning markup annotation.
Returns the popup annotation type.