Skip to content

Instantly share code, notes, and snippets.

@LeomarisReyes
Last active January 25, 2022 02:43
<!-- Boarding Main Information -->
<!-- Boarding: Main title -->
<Label Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="3" HorizontalTextAlignment="Center" FontSize="20" FontAttributes="Bold" TextColor="White" Text="Boarding Pass" Margin="0,0,0,50"/>
<!-- Boarding: Round trip countries -->
<Label Grid.Row="1" Grid.Column="0" Text="Tokyo" Style="{StaticResource CountryTitle}" />
<Label Grid.Row="2" Grid.Column="0" Text="NRT" Style="{StaticResource AirportName}" />
<Image Grid.Row="1" Grid.Column="1" Grid.RowSpan="2" Source="Airplane" WidthRequest="50" HeightRequest="50" HorizontalOptions="Center"/>
<Label Grid.Row="2" Grid.Column="1" Text="6h 0m" FontSize="12" TextColor="White" VerticalOptions="End" HorizontalOptions="Center" />
<Label Grid.Row="1" Grid.Column="2" Text="Bangkok" Style="{StaticResource CountryTitle}"/>
<Label Grid.Row="2" Grid.Column="2" Text="DMK" Style="{StaticResource AirportName}" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment