SystemColors.WindowBrushKey プロパティ

定義

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

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

プロパティ値

ウィンドウのクライアント領域の背景を描画する SolidColorBrush のリソース キー。 このブラシの IsFrozen プロパティは true であるため、変更できません。

注釈

ウィンドウの WindowBrushKey クライアント領域の背景を描画するブラシへの動的参照を作成するには、 を使用します。 ブラシが変更されると、この動的参照が自動的に更新されます。 自動的に更新されない静的参照を作成するには、 を使用 WindowBrushします。

XAML 属性の使用方法

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

XAML 値

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

適用対象

こちらもご覧ください