TextMarkupAnnotation
Text markup that visually emphasizes text using highlight, underline, strikeout, or squiggly effects.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
public class TextMarkupAnnotation : MarkupAnnotation, IFixedDocumentElement, IStructuralElement
Inheritance: objectFixedDocumentElementBaseAnnotationContentAnnotationBaseContentAnnotationMarkupAnnotationTextMarkupAnnotation...
Implements:
Inherited Members
Methods
Recalculates the annotation AnnotationContentSource content based on annotations text properties and dynamic appearance characteristics if there are such.
public override void RecalculateContent()
Overrides:
Properties
Gets or sets the type of the text markup annotation.
public TextMarkupAnnotationType TextMarkupType { get; }
The text markup type specifying whether this is a highlight, underline, strikeout, or squiggly annotation.
Gets the type of the annotation.
public override AnnotationType Type { get; }
The annotation type that corresponds to the text markup behavior.
Overrides: