New to Telerik Document ProcessingStart a free 30-day trial

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

Definition

Properties

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

C#
public ColorBase Color { get; set; }
Property Value:

The markup color.

Gets or sets descriptive text used by viewers for tooltips, popups, or accessibility.

C#
public string Contents { get; set; }
Property Value:

The annotation description.

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

C#
public double Opacity { get; set; }
Property Value:

A value in [0,1].

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