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


imagePath
Path of a background image.
backgroundMode
Specifies a BackgroundMode to use with the image.
Initializes a new instance of the Background object with an image and a background mode.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal imagePath As String, _
   ByVal backgroundMode As BackgroundMode _
)
Visual Basic (Usage)Copy Code
Dim imagePath As String
Dim backgroundMode As BackgroundMode
 
Dim instance As Background(imagePath, backgroundMode)
C# 
public Background( 
   string imagePath,
   BackgroundMode backgroundMode
)

Parameters

imagePath
Path of a background image.
backgroundMode
Specifies a BackgroundMode to use with the image.

Remarks

The

See Also

© 2010 All Rights Reserved.