SystemColors.ActiveCaptionBrushKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the ResourceKey for the SolidColorBrush used to paint the background of the active window's title bar.
public:
static property System::Windows::ResourceKey ^ ActiveCaptionBrushKey { System::Windows::ResourceKey ^ get(); };
public static System.Windows.ResourceKey ActiveCaptionBrushKey { get; }
static member ActiveCaptionBrushKey : System.Windows.ResourceKey
Public Shared ReadOnly Property ActiveCaptionBrushKey As ResourceKey
Property Value
The resource key for the SolidColorBrush used to paint the background of the active window's title bar. This brush's IsFrozen property is true
, so it cannot be modified.
Remarks
Use the ActiveCaptionBrushKey to create a dynamic reference to the active caption system brush. This dynamic reference will automatically update if the brush is changed. To create a static reference that does not update automatically, use ActiveCaptionBrush.
XAML Attribute Usage
<object property="{DynamicResource {x:Static SystemColors.ActiveCaptionBrushKey}}"/>
XAML Values
x:Static
The x:Static Markup Extension.