ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1Menu Class / HighlightedBackground Property



In This Topic
    HighlightedBackground Property (C1Menu)
    In This Topic
    Gets or sets the System.Windows.Media.Brush used to highlight the menu item.
    Syntax
    'Declaration
     
    
    Public Property HighlightedBackground As Brush
    'Usage
     
    
    Dim instance As C1Menu
    Dim value As Brush
     
    instance.HighlightedBackground = value
     
    value = instance.HighlightedBackground
    public Brush HighlightedBackground {get; set;}
    public:
    property Brush^ HighlightedBackground {
       Brush^ get();
       void set (    Brush^ value);
    }
    See Also