<UserControl x:Class="IHM.UCCompte" 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:IHM" mc:Ignorable="d" d:DesignHeight="350" d:DesignWidth="600" Style="{StaticResource ImageFondRessource}"> <DockPanel> <TextBlock Style="{StaticResource TitreDePage}" >Connexion</TextBlock> <Button DockPanel.Dock="Bottom" Style="{StaticResource GreenButtonRessource}" Height="25" Width="170" Margin="20"> <TextBlock Text="Modifier votre solde" Style="{StaticResource TextBlockRessource}"/> </Button> <Border DockPanel.Dock="Bottom" Height="25" Width="250"> <TextBlock Text="Compte courant : ???" Style="{StaticResource TextBlockRessource}" FontSize="16" FontWeight="DemiBold"/> </Border> </DockPanel> </UserControl>