PdfGridCellStyle constructor
PdfGridCellStyle({
- PdfBorders? borders,
- PdfStringFormat? format,
- PdfImage? backgroundImage,
- PdfPaddings? cellPadding,
- PdfBrush? backgroundBrush,
- PdfBrush? textBrush,
- PdfPen? textPen,
- PdfFont? font,
Initializes a new instance of the PdfGridCellStyle class.
Implementation
PdfGridCellStyle(
{PdfBorders? borders,
PdfStringFormat? format,
PdfImage? backgroundImage,
PdfPaddings? cellPadding,
super.backgroundBrush,
super.textBrush,
super.textPen,
super.font}) {
_initializeCellStyle(borders, format, backgroundImage, cellPadding);
}