SystemColors.InactiveCaptionBrush 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取表示非活动窗口标题栏背景色的 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
属性值
非活动窗口标题栏的背景色。
注解
XAML 属性用法
<object property="{x:Static SystemColors.InactiveCaptionBrush}"/>
XAML 值
x:Static
x:Static Markup 扩展。