PdfGradientBrush
Background Property
|
Gets or sets the background color of the brush.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfRGBColor Background { get; set; }
Public Property Background As PdfRGBColor
Get
Set
public:
property PdfRGBColor Background {
PdfRGBColor get ();
void set (PdfRGBColor value);
}
member Background : PdfRGBColor with get, set
Property Value
Type:
PdfRGBColor
Remarks
This value is optional. If null is assigned to it,
the associated entry is removed from the appropriate dictionary.
See Also