SystemColors.ControlLightLightColorKey Property

Definition

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

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

Property Value

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

Remarks

Use the ControlLightLightColorKey to create a dynamic reference to the highlight color of a three-dimensional display element. This dynamic reference will automatically update if the color is changed. To create a static reference that does not update automatically, use ControlLightLightColor.

XAML Attribute Usage

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

XAML Values

x:Static
The x:Static Markup Extension.

Applies to

See also