SystemColors.InactiveSelectionHighlightTextBrushKey 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
為繪製非使用中所選項目文字的 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
屬性值
SolidColorBrush繪製 ResourceKey 非使用中選取專案文字之 的 。 這個筆刷的 IsFrozen 屬性為 true
,所以無法修改。
備註
XAML Attribute Usage
<object property="{DynamicResource {x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}}" />
XAML 值
x:Static
x:Static 標記延伸。