22 lines
1.2 KiB
Plaintext
22 lines
1.2 KiB
Plaintext
|
<ResourceDictionary xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||
|
xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
|
xmlns:po ="http://schemas.microsoft.com/winfx/2006/xaml/presentation/options">
|
||
|
<LinearGradientBrush po:Freeze="true" x:Key="OrderTicket.ButtonBackground" StartPoint="0.5,-0.05" EndPoint="0.5,0.66" >
|
||
|
<LinearGradientBrush.GradientStops>
|
||
|
<GradientStop Color="#FFB3B3B3"/>
|
||
|
<GradientStop Color="#FF000000" Offset="1"/>
|
||
|
</LinearGradientBrush.GradientStops>
|
||
|
</LinearGradientBrush>
|
||
|
<LinearGradientBrush po:Freeze="true" x:Key="OrderTicket.BuyButtonsBackground" StartPoint="0.5,-0.05" EndPoint="0.5,0.66" >
|
||
|
<LinearGradientBrush.GradientStops>
|
||
|
<GradientStop Color="#FFB3B3B3"/>
|
||
|
<GradientStop Color="#FF000000" Offset="1"/>
|
||
|
</LinearGradientBrush.GradientStops>
|
||
|
</LinearGradientBrush>
|
||
|
<LinearGradientBrush po:Freeze="true" x:Key="OrderTicket.SellButtonsBackground" StartPoint="0.5,-0.05" EndPoint="0.5,0.66" >
|
||
|
<LinearGradientBrush.GradientStops>
|
||
|
<GradientStop Color="#FFB3B3B3"/>
|
||
|
<GradientStop Color="#FF000000" Offset="1"/>
|
||
|
</LinearGradientBrush.GradientStops>
|
||
|
</LinearGradientBrush>
|
||
|
</ResourceDictionary>
|