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



Initializes a new instance of the Background class.

Syntax

Visual Basic (Declaration) 
Public Function New()
Visual Basic (Usage)Copy Code
Dim instance As Background()
C# 
public Background()
C++/CLI 
public:
Background();

See Also