SystemColors.InactiveSelectionHighlightTextBrushKey プロパティ

定義

アクティブでない選択された項目のテキストを塗りつぶす SolidColorBrushResourceKey を取得します。

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

プロパティ値

ResourceKeySolidColorBrush非アクティブな選択項目のテキストを描画する の 。 このブラシの IsFrozen プロパティは true であるため、変更できません。

注釈

XAML 属性の使用方法

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

XAML 値

x:Static
x:Static Markup Extension

適用対象