haha fusion

master
Mathilde JEAN 3 years ago
commit b53509f9e9

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

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

Loading…
Cancel
Save