Share via


SystemColors.InactiveSelectionHighlightBrushKey プロパティ

定義

アクティブでない選択した項目の背景を描画する ResourceKeySolidColorBrush を取得します。

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

プロパティ値

ResourceKey

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

注釈

XAML 属性の使用方法

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

XAML 値

x:Static
x:Static マークアップ拡張機能

適用対象