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

PdfWidgetAnnotation.BorderStyle Property

Gets a value specifying the width and line style that shall be used in drawing the widget annotation’s border.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public PdfAnnotationBorderStyle BorderStyle { get; }

Property Value

Type Description
PdfAnnotationBorderStyle

A PdfAnnotationBorderStyle object that represents the widget annotation border style.

See Also