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


Gets or sets the Background object for this shape.

Syntax

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

See Also

© 2010 All Rights Reserved.