Files
TradeBlotter/App.xaml.bak
2024-02-23 06:58:53 -05:00

11 lines
464 B
Plaintext

<Application x:Class="TradeBlotter.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
>
<LinearGradientBrush x:Key="Brush_HeaderBackground" StartPoint="0.5,0" EndPoint="0.5,1">
<GradientStop Color="#303030" Offset="0" />
<GradientStop Color="#666666" Offset="1" />
</LinearGradientBrush>
</Application.Resources>
</Application>