Skip to main content

PdfWidgetAppearanceCharacteristics.BorderColor Property

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

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

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