Class MarkupAnnotation
Represents a markup annotation.
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>, IContentAnnotation
Properties
Color
Gets or sets the color of the annotation.
Declaration
public ColorBase Color { get; set; }
Property Value
ColorBase
|
Contents
Gets or sets the contents of the annotation. The purpose of the content string varies per type of annotation, typically, it is the text that shall be displayed for the annotation.
Declaration
public string Contents { get; set; }
Property Value
System.String
|
Opacity
Gets or sets the opacity of the annotation.
Declaration
public double Opacity { get; set; }
Property Value
System.Double
|