Share via


SystemColors.DesktopBrush 屬性

定義

取得 SolidColorBrush,其為桌面的色彩。

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

屬性值

SolidColorBrush

桌面的色彩。

備註

XAML Attribute Usage

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

XAML 值

x:Static
x:Static 標記延伸

適用於