.netCHARTING v10.5 Documentation


Brush object used to to fill the background.
Background Constructor(Brush)
Initializes a new instance of the Background object with a Brush.
Syntax
'Declaration
 
Public Function New( _
   ByVal brush As Brush _
)
'Usage
 
Dim brush As Brush
 
Dim instance As New Background(brush)
public Background( 
   Brush brush
)

Parameters

brush
Brush object used to to fill the background.
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