PdfCellStyle
BackgroundBrush Property
|
Gets or sets the brush with which the background will be drawn.
Namespace:
Spire.Pdf.Tables
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfBrush BackgroundBrush { get; set; }
Public Property BackgroundBrush As PdfBrush
Get
Set
public:
property PdfBrush^ BackgroundBrush {
PdfBrush^ get ();
void set (PdfBrush^ value);
}
member BackgroundBrush : PdfBrush with get, set
Property Value
Type:
PdfBrush
Remarks
It's null by default.
See Also