Class
PopupAnnotation

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

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

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

bool

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

MarkupAnnotation

The owning markup annotation.

Type

Returns the popup annotation type.

Declaration

cs-api-definition
public override AnnotationType Type { get; }

Property Value

AnnotationType

Popup.

Overrides Annotation.Type

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