次の方法で共有


SystemColors.WindowColorKey プロパティ

定義

ウィンドウのクライアント領域の背景 ColorResourceKey を取得します。

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

プロパティ値

ResourceKey

ウィンドウのクライアント領域の背景 Color のリソース キーを取得します。

注釈

ウィンドウ システムの WindowColorKey 色への動的参照を作成するには、このオブジェクトを使用します。 この動的参照は、色が変更されると自動的に更新されます。 自動的に更新されない静的参照を作成するには、次を使用します WindowColor

XAML 属性の使用方法

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

XAML 値

x:Static
x:Static マークアップ拡張機能

適用対象

こちらもご覧ください