PdfGridStyleBase
TextBrush Property
|
Gets or sets the text brush.
Namespace:
Spire.Pdf.Grid
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
PdfBrush
The text brush.
See Also