Class PopupAnnotation
Floating popup window used to display notes for a related markup annotation.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 whether the popup is initially open when the document loads.
Declaration
public bool IsOpen { get; set; }
Property Value
|
System.Boolean
|
ParentAnnotation
Gets or sets the markup annotation this popup is attached to.
Declaration
public MarkupAnnotation ParentAnnotation { get; set; }
Property Value
|
MarkupAnnotation
The owning markup annotation. |
Type
Returns the popup annotation type.
Declaration
public override AnnotationType Type { get; }
Property Value
| AnnotationType |