New to Telerik Document ProcessingStart a free 30-day trial

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: IFixedDocumentElementIStructuralElement

Inherited Members Annotation.RectAnnotation.BorderAnnotation.IsPrintableAnnotation.StructureTagFixedDocumentElementBase.Parent

Properties

Gets or sets whether the popup is initially open when the document loads.

C#
public bool IsOpen { get; set; }
Property Value:

true to open by default; otherwise, false.

Gets or sets the markup annotation this popup is attached to.

C#
public MarkupAnnotation ParentAnnotation { get; set; }
Property Value:

The owning markup annotation.

Returns the popup annotation type.

C#
public override AnnotationType Type { get; }
Property Value:

Popup.

Overrides: Annotation.Type

In this article
DefinitionPropertiesIsOpenParentAnnotationType
Not finding the help you need?
Contact Support