Class TextAnnotation
Sticky note annotation used to display a textual comment on a page, typically shown as a note icon with optional popup.
Inheritance
System.Object
TextAnnotation
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 TextAnnotation : MarkupAnnotation, IFixedDocumentElement, IInstanceIdOwner, IContextClonable<Annotation>, IStructuralElement, IContentAnnotation
Properties
Type
Returns the text annotation type.
Declaration
public override AnnotationType Type { get; }
Property Value
|
AnnotationType
Text. |