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



imagePath
Path of an image.
Initializes a new instance of the Background object with a tiled image.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal imagePath As String _
)
Visual Basic (Usage)Copy Code
Dim imagePath As String
 
Dim instance As Background(imagePath)
C# 
public Background( 
   string imagePath
)
C++/CLI 
public:
Background( 
   String^ imagePath
)

Parameters

imagePath
Path of an image.

See Also