ClassPopupAnnotation
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:
cs-api-definition
public class PopupAnnotation : Annotation, IFixedDocumentElement, IStructuralElement
Inheritance: objectFixedDocumentElementBaseAnnotationPopupAnnotation
Implements:
Inherited Members
Properties
IsOpen
Gets or sets whether the popup is initially open when the document loads.
Declaration
cs-api-definition
public bool IsOpen { get; set; }
Property Value
true to open by default; otherwise, false.
ParentAnnotation
Gets or sets the markup annotation this popup is attached to.
Declaration
cs-api-definition
public MarkupAnnotation ParentAnnotation { get; set; }
Property Value
The owning markup annotation.
Type
Returns the popup annotation type.
Declaration
cs-api-definition
public override AnnotationType Type { get; }
Property Value
Overrides