Skip to main content
All docs
V20.1

PdfTextMarkupAnnotationChangedEventArgs.Color Property

Gets the markup annotation color and transparency.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v20.1.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public Color Color { get; }

Property Value

Type Description
Color

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

See Also