Skip to main content
A newer version of this page is available. .

PdfWidgetAppearanceCharacteristics.BackgroundColor Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v18.2.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