次の方法で共有


SystemColors.ActiveCaptionBrush プロパティ

定義

作業中のウィンドウのタイトル バーの背景の色である SolidColorBrush を取得します。

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

プロパティ値

Colorがアクティブなウィンドウのタイトル バーの背景色に設定されているSolidColorBrush。 返されたブラシの IsFrozen プロパティは trueされるため、変更できません。

注釈

XAML 属性の使用法

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

XAML 値

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

適用対象