ClassContentAnnotationBase
Class
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:
Implements:
Inherited Members
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()