|
|
|
@ -12,7 +12,7 @@
|
|
|
|
|
<RowDefinition/>
|
|
|
|
|
<RowDefinition/>
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
<TextBlock x:Name="leTextBlock" Text="Nom" FontFamily="Candara Light" FontSize="12" Height="30" MaxWidth="400" Foreground="AliceBlue" TextAlignment="Center" Background="PowderBlue" Grid.Row="0"/>
|
|
|
|
|
<TextBlock x:Name="leTextBlock" Text="Nom" FontFamily="Candara Light" FontSize="12" Height="30" MaxWidth="400" Foreground="{StaticResource Couleur3}" TextAlignment="Center" Background="{StaticResource Couleur2}" Grid.Row="0"/>
|
|
|
|
|
<TextBox Grid.Row="1" Height="30" MaxWidth="400" BorderBrush="AliceBlue" x:Name="LeContenu" Text="" TextAlignment="Center"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
</UserControl>
|
|
|
|
|