Modifier

SystemColors.ControlLightColorKey Property

Definition

Gets the ResourceKey for the highlight Color of a three-dimensional display element.

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

Property Value

The resource key for the highlight Color of a three-dimensional display element.

Remarks

Use the ControlLightColorKey to create a dynamic reference to the control light system color. This dynamic reference will automatically update if the color is changed. To create a static reference that does not update automatically, use ControlLightColor.

XAML Attribute Usage

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

XAML Values

x:Static
The x:Static Markup Extension.

Applies to

See also