Class
ContentAnnotationBase

Base for annotations whose appearance can be generated dynamically and recalculated on demand.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.Annotations

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

cs-api-definition
public abstract class ContentAnnotationBase : Annotation, IFixedDocumentElement, IStructuralElement

Inheritance: objectFixedDocumentElementBaseAnnotationContentAnnotationBase

Derived Classes: ContentAnnotationWidget

Implements: IFixedDocumentElementIStructuralElement

Inherited Members Annotation.RectAnnotation.TypeAnnotation.BorderAnnotation.IsPrintableAnnotation.StructureTagFixedDocumentElementBase.Parent

Methods

EnsureContentIsUpToDate()

Ensure the appearance content is current, triggering recalculation if previously invalidated.

Declaration

cs-api-definition
protected void EnsureContentIsUpToDate()

RecalculateContent()

Recalculate the annotation AnnotationContentSource using current text properties and dynamic appearance settings.

Declaration

cs-api-definition
public virtual void RecalculateContent()