Gets or sets the background brush.

Namespace: Spire.Pdf.Grid
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

PdfBrush
The background brush.

See Also