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