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


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

Syntax

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

See Also

© 2010 All Rights Reserved.