SystemColors.ControlDarkDarkColorKey Property

Definition

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

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

Property Value

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

Remarks

Use the ControlDarkDarkColorKey to create a dynamic reference to the dark shadow 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 ControlDarkDarkColor.

XAML Attribute Usage

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

XAML Values

x:Static
The x:Static Markup Extension.

Applies to

See also