Skip to main content
All docs
V26.1
  • WidgetAnnotation.BackgroundColor Property

    Gets or sets the form fiels widget’s background color.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    NuGet Package: DevExpress.Docs.Pdf

    Declaration

    public PdfColor BackgroundColor { get; set; }

    Property Value

    Type Description
    PdfColor

    The background color.

    See Also