You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CShark/WpfApp1/userControlAcceuil.xaml

28 lines
1.5 KiB

<UserControl x:Class="WpfApp1.userControlAcceuil"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:WpfApp1"
mc:Ignorable="d"
d:DesignHeight="450" d:DesignWidth="800">
<DockPanel>
<DockPanel x:Name="Button" DockPanel.Dock="Top">
<Grid>
<Button Style="{StaticResource Button1}" Width="50" Height="50" HorizontalAlignment="Left">
<Image Source="Images/User.png" HorizontalAlignment="Center" Height="40" VerticalAlignment="Center"/>
</Button>
<Image Source="Images\Logo_entier.png" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="0,10,0,10" Height="40" Stretch="Uniform" StretchDirection="Both"></Image>
<Button x:Name="add" Style="{StaticResource Button1}" HorizontalAlignment="Right" VerticalAlignment="Center" Width="50" Height="50" FontSize="25" Background="{StaticResource Couleur3}">
<Image Source="Images\Plus.png" Width="30"/>
</Button>
</Grid>
</DockPanel>
<DockPanel>
<Image Source="Images\cartemaismieuxman.png" x:Name="laCarte"/>
</DockPanel>
</DockPanel>
</UserControl>