ComponentOne FinancialChart for WPF
HeaderBackground Property (C1HeaderedContentControl)



C1.WPF Namespace > C1HeaderedContentControl Class : HeaderBackground Property
Gets or sets the background brush of the header.
Syntax
'Declaration
 
Public Property HeaderBackground As Brush
'Usage
 
Dim instance As C1HeaderedContentControl
Dim value As Brush
 
instance.HeaderBackground = value
 
value = instance.HeaderBackground
public Brush HeaderBackground {get; set;}
public:
property Brush^ HeaderBackground {
   Brush^ get();
   void set (    Brush^ value);
}
See Also

Reference

C1HeaderedContentControl Class
C1HeaderedContentControl Members