Gets or sets the text brush.

Namespace: Spire.Pdf.Grid
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfBrush TextBrush { get; set; }
Public Property TextBrush As PdfBrush
	Get
	Set
public:
property PdfBrush^ TextBrush {
	PdfBrush^ get ();
	void set (PdfBrush^ value);
}
member TextBrush : PdfBrush with get, set

Property Value

PdfBrush
The text brush.

See Also