SystemColors.ControlLightLightColorKey 属性

定义

获取三维显示元素的突出 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

属性值

三维显示元素的突出显示 Color 的资源键。

注解

ControlLightLightColorKey使用 创建对三维显示元素的突出显示颜色的动态引用。 如果颜色发生更改,此动态引用将自动更新。 若要创建不自动更新的静态引用,请使用 ControlLightLightColor

XAML 属性用法

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

XAML 值

x:Static
x:Static 标记扩展

适用于

另请参阅