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

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.v18.2.Core.dll

Declaration

public PdfAnnotationBorderStyle BorderStyle { get; }

Property Value

Type Description
PdfAnnotationBorderStyle

A PdfAnnotationBorderStyle object that represents the widget annotation border style.

See Also