SystemColors.InactiveSelectionHighlightTextBrushKey 属性

定义

获取 ResourceKeySolidColorBrush,它绘制非活动的选定项文本。

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

属性值

ResourceKey

SolidColorBrush用于ResourceKey绘制非活动选定项的文本。 此画笔的 IsFrozen 属性为 true,因此不能修改它。

注解

XAML 属性用法

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

XAML 值

x:Static
x:Static 标记扩展

适用于