SystemColors.WindowBrush 屬性

定義

取得代表視窗中工作區背景色彩的 SolidColorBrush

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

屬性值

視窗中工作區的背景色彩。

備註

XAML Attribute Usage

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

XAML 值

x:Static
x:Static 標記延伸

適用於