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:
C#
public abstract class ContentAnnotationBase : Annotation, IFixedDocumentElement, IStructuralElement
Inheritance: objectFixedDocumentElementBaseAnnotationContentAnnotationBase
Derived Classes:
Implements:
Inherited Members
Methods
Ensure the appearance content is current, triggering recalculation if previously invalidated.
C#
protected void EnsureContentIsUpToDate()
Recalculate the annotation AnnotationContentSource using current text properties and dynamic appearance settings.
C#
public virtual void RecalculateContent()