Class ContentAnnotationBase
Base for annotations whose appearance can be generated dynamically and recalculated on demand.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public abstract class ContentAnnotationBase : Annotation, IFixedDocumentElement, IInstanceIdOwner, IContextClonable<Annotation>, IStructuralElement
Methods
EnsureContentIsUpToDate()
Ensure the appearance content is current, triggering recalculation if previously invalidated.
Declaration
protected void EnsureContentIsUpToDate()
RecalculateContent()
Recalculate the annotation AnnotationContentSource using current text properties and dynamic appearance settings.
Declaration
public virtual void RecalculateContent()