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

PdfWidgetAppearanceCharacteristics.BorderColor Property

Gets the value specifying the color of the widget annotation’s border.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v18.2.Core.dll

Declaration

public PdfColor BorderColor { get; }

Property Value

Type Description
PdfColor

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

See Also