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


brush
Brush object used to to fill the background.
Initializes a new instance of the Background object with a Brush.

Syntax

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

Parameters

brush
Brush object used to to fill the background.

See Also

© 2010 All Rights Reserved.