Skip to content

Instantly share code, notes, and snippets.

@fabric-io-rodrigues
fabric-io-rodrigues / App.xaml
Created June 8, 2020 01:47
Changing WPF title bar background color - HardMode :-)
<Application x:Class="BasicApp.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Startup="Application_Startup"
Exit="Application_Exit">
<Application.Resources>
<Style x:Key="CaptionButtonStyleDefault" TargetType="Button">
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="Button">