PdfWidgetFacade.BackgroundColor Property
In This Article
Specifies the form field widget’s background color.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfRGBColor BackgroundColor { get; set; }
#Property Value
Type | Description |
---|---|
Pdf |
The background color. |
See Also