SystemColors.InactiveCaptionBrush プロパティ

定義

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

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

プロパティ値

アクティブでないウィンドウのタイトル バーの背景色。

注釈

XAML 属性の使用方法

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

XAML 値

x:Static
x:Static Markup Extension

適用対象