Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfWidgetAppearanceCharacteristics.BackgroundColor Property

Gets a value specifying the color of the widget annotation’s background.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public PdfColor BackgroundColor { get; }

Property Value

Type Description
PdfColor

A PdfColor object that is the color of the widget annotation’s background.

See Also