SystemColors.InactiveCaptionBrush 属性

定义

获取表示非活动窗口标题栏背景色的 SolidColorBrush

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

属性值

SolidColorBrush

非活动窗口标题栏的背景色。

注解

XAML 属性用法

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

XAML 值

x:Static
x:Static Markup 扩展

适用于