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

12 lines
490 B
XML

<Application x:Class="TradeBlotter.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
>
<Application.Resources>
<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>