the labels, not working but there are for the players. (future use)
This commit is contained in:
@@ -29,7 +29,14 @@
|
|||||||
<RowDefinition/>
|
<RowDefinition/>
|
||||||
<RowDefinition/>
|
<RowDefinition/>
|
||||||
</Grid.RowDefinitions>
|
</Grid.RowDefinitions>
|
||||||
|
<Label Grid.Row="0" Content="{Binding Path=...}" FontSize="15"/>
|
||||||
|
<Label Grid.Row="1" Content="{Binding Path=...}" FontSize="15"/>
|
||||||
|
<Label Grid.Row="2" Content="{Binding Path=...}" FontSize="15"/>
|
||||||
|
<Label Grid.Row="3" Content="{Binding Path=...}" FontSize="15"/>
|
||||||
|
<Label Grid.Row="4" Content="{Binding Path=...}" FontSize="15"/>
|
||||||
|
<Label Grid.Row="5" Content="{Binding Path=...}" FontSize="15"/>
|
||||||
|
<Label Grid.Row="6" Content="{Binding Path=...}" FontSize="15"/>
|
||||||
|
<Label Grid.Row="7" Content="{Binding Path=...}" FontSize="15"/>
|
||||||
|
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user