Gets or sets the brush.

Namespace: Spire.Pdf.AutomaticFields
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 Brush { get; set; }
Public Property Brush As PdfBrush
	Get
	Set
public:
property PdfBrush^ Brush {
	PdfBrush^ get ();
	void set (PdfBrush^ value);
}
member Brush : PdfBrush with get, set

Property Value

PdfBrush
The brush.

See Also