ClassMarkupAnnotation
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:
cs-api-definition
public abstract class MarkupAnnotation : ContentAnnotation, IFixedDocumentElement, IStructuralElement
Inheritance: objectFixedDocumentElementBaseAnnotationContentAnnotationBaseContentAnnotationMarkupAnnotation
Derived Classes:
Implements:
Inherited Members
Properties
Color
Gets or sets the display color applied when rendering the markup.
Declaration
cs-api-definition
public ColorBase Color { get; set; }
Property Value
The markup color.
Contents
Gets or sets descriptive text used by viewers for tooltips, popups, or accessibility.
Declaration
cs-api-definition
public string Contents { get; set; }
Property Value
The annotation description.