Share via


SystemColors.GradientInactiveCaptionColorKey プロパティ

定義

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

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

プロパティ値

非アクティブなウィンドウのタイトル バーのグラデーションの右側の Color のリソース キー。

注釈

GradientInactiveCaptionColorKeyを使用して、グラデーションの非アクティブなキャプション システムの色への動的参照を作成します。 この動的参照は、色が変更されると自動的に更新されます。 自動的に更新されない静的参照を作成するには、 を使用 GradientInactiveCaptionColorします。

XAML 属性の使用方法

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

XAML 値

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

適用対象

こちらもご覧ください