client/src/Iri.Modernisation.Controls/View/HeaderControl/ButtonHeaderControl.xaml
equal
deleted
inserted
replaced
1 <UserControl x:Class="Iri.Modernisation.Controls.View.ButtonHeaderControl" |
1 <UserControl x:Class="Iri.Modernisation.Controls.View.ButtonHeaderControl" |
2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
3 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
3 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
4 |
4 xmlns:Lang="clr-namespace:Iri.Modernisation.Lang;assembly=Iri.Modernisation.Lang" |
5 |
5 |
6 Width="58" Height="42" ><!--MouseLeftButtonUp="UserControl_MouseLeftButtonUp">--> |
6 Width="58" Height="42" ><!--MouseLeftButtonUp="UserControl_MouseLeftButtonUp">--> |
7 <UserControl.Resources> |
7 <UserControl.Resources> |
|
8 <Lang:LangResource x:Name="LangLabels" x:Key="LangLabels"></Lang:LangResource> |
8 <Storyboard x:Name="animEnter"> |
9 <Storyboard x:Name="animEnter"> |
9 <DoubleAnimation To="1" FillBehavior="HoldEnd" Storyboard.TargetName="brushLight" Storyboard.TargetProperty="Opacity" |
10 <DoubleAnimation To="1" FillBehavior="HoldEnd" Storyboard.TargetName="brushLight" Storyboard.TargetProperty="Opacity" |
10 Duration="0:0:0.1"/> |
11 Duration="0:0:0.1"/> |
11 </Storyboard> |
12 </Storyboard> |
12 <Storyboard x:Name="animLeave"> |
13 <Storyboard x:Name="animLeave"> |