borderStyle property

PdfBorderStyle borderStyle

Gets or sets the border style.

The default style is solid.

Implementation

PdfBorderStyle get borderStyle => _checkBaseHelper.borderStyle;
void borderStyle=(PdfBorderStyle value)

Implementation

set borderStyle(PdfBorderStyle value) {
  _checkBaseHelper.borderStyle = value;
}