Class PopupAnnotation
Represents a popup annotation that displays additional content in a floating window, typically associated with markup annotations.
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class PopupAnnotation : Annotation, IFixedDocumentElement, IInstanceIdOwner, IContextClonable<Annotation>, IStructuralElement
  Properties
IsOpen
Gets or sets a value indicating whether the popup window should be displayed as open when the document is first loaded.
Declaration
public bool IsOpen { get; set; }
  Property Value
| 
        System.Boolean
         
  | 
    
ParentAnnotation
Gets or sets the parent markup annotation to which this popup is associated and from which it derives its content.
Declaration
public MarkupAnnotation ParentAnnotation { get; set; }
  Property Value
| 
        MarkupAnnotation
         The markup annotation that owns this popup window.  | 
    
Type
Gets the annotation type, which is always Popup for popup annotations.
Declaration
public override AnnotationType Type { get; }
  Property Value
| 
        AnnotationType
         Returns Popup.  |