Gets or sets the brush, which specifies the pen behaviour.

Namespace: Spire.Pdf.Graphics
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 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

Remarks

If the brush is set, the color values are ignored, except for PdfSolidBrush.

See Also