通过


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:Staticx:Static Markup Extension

适用于