SystemColors.DesktopColor プロパティ

定義

デスクトップの色である Color 構造を取得します。

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

プロパティ値

デスクトップの色。

注釈

XAML 属性の使用方法

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

XAML 値

x:Static
x:Static Markup Extension

適用対象