Creating a Startwindow
This commit is contained in:
Natlinux81
2022-08-09 22:04:43 +02:00
parent 14d6e027f9
commit e9b04dbe89
12 changed files with 210 additions and 30 deletions

View File

@@ -12,21 +12,21 @@
CornerRadius="10">
</Border>
<StackPanel>
<TextBlock Text="Tuniername"
<TextBlock Text="{Binding Tournamentname}"
TextAlignment="Center"
FontFamily="Arial"
FontWeight="Bold"
FontSize="14"
Foreground="#0000a0"
Margin="40"/>
<TextBlock Text="Vom 01.01.2022 bis 03.01.2022"
<TextBlock Text="{Binding Datetime}"
TextAlignment="Center"
FontFamily="Arial"
FontWeight="Bold"
FontSize="14"
Foreground="#0000a0"
Margin="0,0,0,40"/>
<TextBlock Text="Veranstaltungsort"
<TextBlock Text="{Binding Location}"
TextAlignment="Center"
FontFamily="Arial"
FontWeight="Bold"