Class PopupAnnotation
Represents a popup 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>
Properties
IsOpen
Gets or sets the value indicating whether the popup is open or closed upon opening the document.
Declaration
public bool IsOpen { get; set; }
Property Value
System.Boolean
|
ParentAnnotation
The parent annotation of the popup.
Declaration
public MarkupAnnotation ParentAnnotation { get; set; }
Property Value
MarkupAnnotation
|
Type
Gets the type of the annotation.
Declaration
public override AnnotationType Type { get; }
Property Value
AnnotationType
The type of the annotation. |