Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfWidgetAppearanceCharacteristics.BorderColor Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.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