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



In This Topic
    HeaderForeground Property (C1RadialMenuItem)
    In This Topic
    Gets or sets the foreground brush of the header.
    Syntax
    'Declaration
     
    
    Public Property HeaderForeground As Brush
    'Usage
     
    
    Dim instance As C1RadialMenuItem
    Dim value As Brush
     
    instance.HeaderForeground = value
     
    value = instance.HeaderForeground
    public Brush HeaderForeground {get; set;}
    public:
    property Brush^ HeaderForeground {
       Brush^ get();
       void set (    Brush^ value);
    }
    See Also