次の方法で共有


SystemColors.ControlLightLightColorKey プロパティ

定義

3 次元表示要素の強調表示ColorResourceKeyを取得します。

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

プロパティ値

3 次元表示要素の強調表示 Color のリソース キー。

注釈

ControlLightLightColorKeyを使用して、3 次元表示要素の強調表示色への動的参照を作成します。 この動的参照は、色が変更されると自動的に更新されます。 自動的に更新されない静的参照を作成するには、 ControlLightLightColorを使用します。

XAML 属性の使用法

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

XAML 値

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

適用対象

こちらもご覧ください