SystemColors.ControlLightLightColorKey 屬性

定義

取得 3D 顯示項目醒目提示之 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

屬性值

3D 顯示項目醒目提示之 Color 的資源索引鍵。

備註

ControlLightLightColorKey使用 建立三維顯示元素醒目提示色彩的動態參考。 如果色彩變更,此動態參考會自動更新。 若要建立不會自動更新的靜態參考,請使用 ControlLightLightColor

XAML Attribute Usage

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

XAML 值

x:Static
x:Static 標記延伸

適用於

另請參閱