Skip to main content
A newer version of this page is available.
All docs
V19.2

PdfTextMarkupAnnotationChangedEventArgs.Color Property

Gets the markup annotation color and transparency.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.2.dll

Declaration

public Color Color { get; }

Property Value

Type Description
Color

A Color value that represents the markup annotation color and transparency.

See Also