SystemColors.InactiveSelectionHighlightTextBrushKey 属性

定义

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

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

属性值

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

注解

XAML 属性用法

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

XAML 值

x:Staticx:Static Markup Extension

适用于