Class TextAnnotation
Represents a text (comment) annotation.
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>, IContentAnnotation
Properties
Type
Gets the type of the annotation.
Declaration
public override AnnotationType Type { get; }
Property Value
AnnotationType
The type of the annotation. |