SpreadsheetGear 2023
BackgroundBrush Property (Image)


SpreadsheetGear.Drawing Namespace > Image Class : BackgroundBrush Property
Gets or sets the property which specifies the background brush to use for the image.
Syntax
'Declaration
 
Public Property BackgroundBrush As System.Drawing.Brush
'Usage
 
Dim instance As Image
Dim value As System.Drawing.Brush
 
instance.BackgroundBrush = value
 
value = instance.BackgroundBrush
public System.Drawing.Brush BackgroundBrush {get; set;}
Remarks
This brush has meaning in cases where ranges and shapes use fills and lines that include some level of transparency. The calling application is responsible for any necessary disposal of the brush passed to this property.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Image Class
Image Members