Class MarkupAnnotation
Base for annotations that add visual markup to content, supporting color, opacity, and optional popup notes.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public abstract class MarkupAnnotation : ContentAnnotation, IFixedDocumentElement, IInstanceIdOwner, IContextClonable<Annotation>, IStructuralElement, IContentAnnotation
Properties
Color
Gets or sets the display color applied when rendering the markup.
Declaration
public ColorBase Color { get; set; }
Property Value
|
ColorBase
The markup color. |
Contents
Gets or sets descriptive text used by viewers for tooltips, popups, or accessibility.
Declaration
public string Contents { get; set; }
Property Value
|
System.String
The annotation description. |
Opacity
Gets or sets annotation transparency used when rendering (0.0 transparent to 1.0 opaque).
Declaration
public double Opacity { get; set; }
Property Value
|
System.Double
A value in [0,1]. |