ReparationBinding
Jules BENIER 1 year ago
parent 38a5071697
commit c5de4fb080

@ -58,11 +58,17 @@
</CollectionView.ItemTemplate>
</CollectionView>
<BoxView BackgroundColor="Gray" HeightRequest="200" WidthRequest="220" HorizontalOptions="Start" VerticalOptions="Start" Margin="20,50,100,20"/>
<Label Text="C'est au tour de" TextColor="{Binding G.Partie.JoueurCourrant.CouleurDePion,Converter={StaticResource enum2StringConverter}}" VerticalOptions="Start" HorizontalOptions="Start" Margin="80,80" Scale="2"/>
<Label Text="{Binding G.Partie.JoueurCourrant.Nom}" TextColor="{Binding G.Partie.JoueurCourrant.CouleurDePion,Converter={StaticResource enum2StringConverter}}" VerticalOptions="Start" HorizontalOptions="Start" Margin="60,120" Scale="2"/>
<Label Text="qui joue les " TextColor="{Binding G.Partie.JoueurCourrant.CouleurDePion,Converter={StaticResource enum2StringConverter}}" VerticalOptions="Start" HorizontalOptions="Start" Margin="80,160" Scale="2"/>
<Label Text="{Binding G.Partie.JoueurCourrant.CouleurDePion}" TextColor="{Binding G.Partie.JoueurCourrant.CouleurDePion,Converter={StaticResource enum2StringConverter}}" VerticalOptions="Start" HorizontalOptions="Start" Margin="70,200" Scale="2"/>
<BoxView BackgroundColor="Gray" HeightRequest="200" WidthRequest="220" HorizontalOptions="Start" VerticalOptions="Start"
Margin="20,50,100,20"
CornerRadius="30"/>
<Label Text="C'est au tour de" TextColor="{Binding G.Partie.JoueurCourrant.CouleurDePion,Converter={StaticResource enum2StringConverter}}"
VerticalOptions="Start" HorizontalOptions="Start" Margin="80,80" Scale="2"/>
<Label Text="{Binding G.Partie.JoueurCourrant.Nom}" TextColor="{Binding G.Partie.JoueurCourrant.CouleurDePion,Converter={StaticResource enum2StringConverter}}"
VerticalOptions="Start" HorizontalOptions="Start" Margin="60,120" Scale="2"/>
<Label Text="qui joue les " TextColor="{Binding G.Partie.JoueurCourrant.CouleurDePion,Converter={StaticResource enum2StringConverter}}"
VerticalOptions="Start" HorizontalOptions="Start" Margin="80,160" Scale="2"/>
<Label Text="{Binding G.Partie.JoueurCourrant.CouleurDePion}" TextColor="{Binding G.Partie.JoueurCourrant.CouleurDePion,Converter={StaticResource enum2StringConverter}}"
VerticalOptions="Start" HorizontalOptions="Start" Margin="70,200" Scale="2"/>

Loading…
Cancel
Save