SystemColors.HighlightTextBrushKey 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
為繪製所選項目文字之 SolidColorBrush 取得 ResourceKey。
public:
static property System::Windows::ResourceKey ^ HighlightTextBrushKey { System::Windows::ResourceKey ^ get(); };
public static System.Windows.ResourceKey HighlightTextBrushKey { get; }
static member HighlightTextBrushKey : System.Windows.ResourceKey
Public Shared ReadOnly Property HighlightTextBrushKey As ResourceKey
屬性值
繪製所選項目文字之 SolidColorBrush 的資源索引鍵。 這個筆刷的 IsFrozen 屬性為 true
,所以無法修改。
備註
HighlightTextBrushKey使用 建立筆刷的動態參考,以繪製所選取專案的文字。 如果筆刷已變更,這個動態參考會自動更新。 若要建立不會自動更新的靜態參考,請使用 HighlightTextBrush 。
XAML Attribute Usage
<object property="{DynamicResource {x:Static SystemColors.HighlightTextBrushKey}}"/>
XAML 值
x:Static
x:Static 標記延伸。