Skip to main content
All docs
V20.1

PdfTextMarkupAnnotationChangedEventArgs.Color Property

Gets the markup annotation color and transparency.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PdfViewer, DevExpress.Wpf.PdfViewer

Declaration

public Color Color { get; }

Property Value

Type Description
Color

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

See Also