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


Gets or sets a Background object that is used to fill the background of this header.

Syntax

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

See Also

© 2016 All Rights Reserved.