SystemColors.InactiveSelectionHighlightBrushKey 屬性

定義

取得 ResourceKeySolidColorBrush,其會繪製作用中之所選項目的背景。

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

屬性值

ResourceKeySolidColorBrush,其會繪製作用中之所選項目的背景。 這個筆刷的 IsFrozen 屬性為 true,所以無法修改。

備註

XAML Attribute Usage

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

XAML 值

x:Static
x:Static 標記延伸

適用於