SystemColors.ControlLightBrushKey Property

Definition

Gets the ResourceKey for the SolidColorBrush that paints the light area of a three-dimensional display element.

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

Property Value

The resource key for the SolidColorBrush that paints the light area of a three-dimensional display element. This brush's IsFrozen property is true, so it cannot be modified.

Remarks

Use the ControlLightBrushKey to create a dynamic reference to the system brush that paints the light area of a three-dimensional display element. This dynamic reference will automatically update if the brush is changed. To create a static reference that does not update automatically, use ControlLightBrush.

XAML Attribute Usage

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

XAML Values

x:Static
The x:Static Markup Extension.

Applies to

See also