Share via


SystemColors.ActiveCaptionBrush プロパティ

定義

アクティブなウィンドウのタイトル バーの背景の色を表す SolidColorBrush を取得します。

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

プロパティ値

SolidColorBrush

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

注釈

XAML 属性の使用方法

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

XAML 値

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

適用対象