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

PdfTextMarkupAnnotationChangedEventArgs.Color Property

Gets the markup annotation color and transparency.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v18.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