dotnetCHARTING Send comments on this topic.
Background Constructor(Color)
See Also 
dotnetCHARTING Namespace > Background Class > Background Constructor : Background Constructor(Color)


myColor
Color to fill with.
Initializes a new instance of the Background object with a color.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal myColor As Color _
)
Visual Basic (Usage)Copy Code
Dim myColor As Color
 
Dim instance As Background(myColor)
C# 
public Background( 
   Color myColor
)

Parameters

myColor
Color to fill with.

See Also

© 2010 All Rights Reserved.