Changement de truc

master
thchazot1 3 years ago
parent c762478ee0
commit 2df8d1fb13

@ -12,8 +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"/>
<TextBox Grid.Row="1" Height="30" MaxWidth="400" BorderBrush="AliceBlue"/>
<TextBlock x:Name="leTextBlock" Text="Nom" FontFamily="Candara Light" FontSize="12" Height="30" MaxWidth="400" Foreground="AliceBlue" TextAlignment="Center" Background="PowderBlue" Grid.Row="0"/>
<TextBox Grid.Row="1" Height="30" MaxWidth="400" BorderBrush="AliceBlue" x:Name="LeContenu" Text="" TextAlignment="Center"/>
</Grid>
</UserControl>

@ -33,5 +33,13 @@ namespace WpfApp1
}
}
public string Contenu
{
set
{
LeContenu.Text = value;
}
}
}
}

Loading…
Cancel
Save