Class TextMarkupAnnotation
Represents a text markup annotation that applies visual emphasis to text through highlighting, strikeout, underline, or squiggly line effects.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class TextMarkupAnnotation : MarkupAnnotation, IFixedDocumentElement, IInstanceIdOwner, IContextClonable<Annotation>, IStructuralElement, IContentAnnotation
  Properties
TextMarkupType
Gets or sets the type of the text markup annotation.
Declaration
public TextMarkupAnnotationType TextMarkupType { get; }
  Property Value
| 
        TextMarkupAnnotationType
         The text markup type specifying whether this is a highlight, underline, strikeout, or squiggly annotation.  | 
    
Type
Gets the type of the annotation.
Declaration
public override AnnotationType Type { get; }
  Property Value
| 
        AnnotationType
         The annotation type that corresponds to the text markup behavior.  | 
    
Overrides
Methods
RecalculateContent()
Recalculates the annotation AnnotationContentSource content based on annotations text properties and dynamic appearance characteristics if there are such.
Declaration
public override void RecalculateContent()