Class
MarkupAnnotation

Base for annotations that add visual markup to content, supporting color, opacity, and optional popup notes.

Definition

Properties

Color

Gets or sets the display color applied when rendering the markup.

Declaration

cs-api-definition
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

cs-api-definition
public string Contents { get; set; }

Property Value

string

The annotation description.

Opacity

Gets or sets annotation transparency used when rendering (0.0 transparent to 1.0 opaque).

Declaration

cs-api-definition
public double Opacity { get; set; }

Property Value

double

A value in [0,1].

In this article
DefinitionPropertiesColorContentsOpacity
Not finding the help you need?
Contact Support