.netCHARTING v10.5 Documentation


Color to fill with.
Background Constructor(Color)
Initializes a new instance of the Background object with a color.
Syntax
'Declaration
 
Public Function New( _
   ByVal myColor As Color _
)
'Usage
 
Dim myColor As Color
 
Dim instance As New Background(myColor)
public Background( 
   Color myColor
)

Parameters

myColor
Color to fill with.
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