dotnetCHARTING Send comments on this topic.
Background Property
See Also 
dotnetCHARTING Namespace > Box Class : Background Property


Gets or sets a background object used to fill the interior of this box.

Syntax

Visual Basic (Declaration) 
Public Property Background As Background
Visual Basic (Usage)Copy Code
Dim instance As Box
Dim value As Background
 
instance.Background = value
 
value = instance.Background
C# 
public Background Background {get; set;}

See Also

© 2010 All Rights Reserved.