MarkupAnnotation
Class
Base for annotations that add visual markup to content, supporting color, opacity, and optional popup notes.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public abstract class MarkupAnnotation : ContentAnnotation, IFixedDocumentElement, IStructuralElement
Inheritance: objectFixedDocumentElementBaseAnnotationContentAnnotationBaseContentAnnotationMarkupAnnotation...
Derived Classes:
Implements:
Inherited Members
Properties
Gets or sets the display color applied when rendering the markup.
C#
public ColorBase Color { get; set; }
The markup color.
Gets or sets descriptive text used by viewers for tooltips, popups, or accessibility.
C#
public string Contents { get; set; }
The annotation description.