SystemColors.InactiveSelectionHighlightBrushKey 属性

定义

获取绘制 ResourceKey 非活动选定项的背景的该对象 SolidColorBrush

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

属性值

SolidColorBrush用于ResourceKey绘制非活动选定项的背景。 此画笔 IsFrozen 的属性是 true,因此无法对其进行修改。

注解

XAML 属性用法

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

XAML 值

x:Staticx:Static Markup Extension

适用于