ComponentOne FinancialChart for WPF
HeaderBackground Property (C1RadialMenuItem)



C1.WPF Namespace > C1RadialMenuItem Class : HeaderBackground Property
Gets or sets the background brush of the header.
Syntax
'Declaration
 
Public Property HeaderBackground As Brush
'Usage
 
Dim instance As C1RadialMenuItem
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

C1RadialMenuItem Class
C1RadialMenuItem Members