SystemColors.ControlLightColorKey 属性

定义

获取三维显示元素的突出 ColorResourceKey

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

属性值

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

注解

ControlLightColorKey使用 创建对控件灯系统颜色的动态引用。 如果颜色发生更改,此动态引用将自动更新。 若要创建不自动更新的静态引用,请使用 ControlLightColor

XAML 属性用法

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

XAML 值

x:Static
x:Static 标记扩展

适用于

另请参阅