| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal imagePath As String, _ ByVal backgroundMode As BackgroundMode _ )  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public Background( string imagePath, BackgroundMode backgroundMode )  | |
Parameters
- imagePath
 - Path of a background image.
 - backgroundMode
 - Specifies a BackgroundMode to use with the image.
 
The