SystemColors.GradientInactiveCaptionBrushKey プロパティ

定義

非アクティブ ウィンドウのタイトル バーのグラデーションの右側の色である SolidColorBrushResourceKey を取得します。

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

プロパティ値

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

注釈

動的参照を GradientInactiveCaptionBrushKey 作成するには、 を使用します。 ブラシが変更されると、この動的参照が自動的に更新されます。 自動的に更新されない静的参照を作成するには、 を使用 GradientInactiveCaptionBrushします。

XAML 属性の使用方法

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

XAML 値

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

適用対象

こちらもご覧ください