ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1RadialMenuItem Class / HeaderBackground Property



In This Topic
    HeaderBackground Property (C1RadialMenuItem)
    In This Topic
    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