SystemColors.InactiveSelectionHighlightTextBrushKey 屬性

定義

為繪製非使用中所選項目文字的 SolidColorBrush 取得 ResourceKey

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 Attribute Usage

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

XAML 值

x:Static
x:Static 標記延伸

適用於