次の方法で共有


SystemColors.ControlLightLightBrushKey プロパティ

定義

3 次元表示要素の強調表示を描画するSolidColorBrushResourceKeyを取得します。

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

プロパティ値

3 次元表示要素の強調表示を描画する SolidColorBrush のリソース キー。 このブラシの IsFrozen プロパティは trueされているため、変更できません。

注釈

ControlLightLightBrushKeyを使用して、3 次元表示要素のハイライトを描画するシステム ブラシへの動的参照を作成します。 ブラシが変更されると、この動的参照が自動的に更新されます。 自動的に更新されない静的参照を作成するには、 ControlLightLightBrushを使用します。

XAML 属性の使用法

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

XAML 値

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

適用対象

こちらもご覧ください