SystemColors.MenuBarBrush Свойство

Определение

Получает структуру SolidColorBrush, которая является цветом фона для строки меню.

public:
 static property System::Windows::Media::SolidColorBrush ^ MenuBarBrush { System::Windows::Media::SolidColorBrush ^ get(); };
public static System.Windows.Media.SolidColorBrush MenuBarBrush { get; }
member this.MenuBarBrush : System.Windows.Media.SolidColorBrush
Public Shared ReadOnly Property MenuBarBrush As SolidColorBrush

Значение свойства

SolidColorBrush

Цвет фона для строки меню.

Комментарии

Использование атрибута XAML

<object property="{x:Static SystemColors.MenuBarBrush}"/>  

Значения XAML

x:Static
Расширение разметки x:Static.

Применяется к