Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
2.8 kB
26
Indexable
Never
```  <Frame x:Name="frmBestScore"  VerticalOptions="Start"  HeightRequest="400"  WidthRequest="100" CornerRadius="15" Padding="10"    IsVisible="true" BackgroundColor="Black"     >
                        <Grid>
                            <Grid.RowDefinitions>
                            <RowDefinition Height="Auto" />
                                <RowDefinition Height="Auto" />
                                <RowDefinition Height="Auto" />
                                <RowDefinition Height="Auto" />
                                <RowDefinition Height="Auto" />
                                <RowDefinition Height="Auto" />
                        </Grid.RowDefinitions>
                            <Grid.ColumnDefinitions>
                                <ColumnDefinition Width="*" />
                                <ColumnDefinition  Width="*" />
                                <ColumnDefinition  Width="*" />
                                    <ColumnDefinition  Width="*" />
                                    <ColumnDefinition  Width="*" />
                                <ColumnDefinition  Width="100" />
                                <ColumnDefinition  Width="100" />
                            </Grid.ColumnDefinitions>
                            <Label x:Name="lblBestScore" Grid.Row="0"   Text="Top Score" TextColor="White" FontSize="Large"></Label>

                            <Label  x:Name="lblPlayerNameBestScore" Grid.Row="1" TextColor="White" FontSize="Large" VerticalOptions="Fill">
                            </Label>
                            <Label  x:Name="lblPlayerStationType" Grid.Row="2" TextColor="White" Text="Type:" FontSize="Large" VerticalOptions="Start"/>
                                  <BoxView HeightRequest="20"></BoxView>
                            <Label  x:Name="lblDecimalNameBestScore"   Grid.Row="3" TextColor="White" FontSize="Large" Margin="30,30,30,00" Padding="10,0,10,0"  VerticalOptions="Fill" HorizontalOptions="Start"  HorizontalTextAlignment="Center">
                                </Label>
                            <Label x:Name="lblDecimalName1" Grid.Row="4" TextColor="Yellow" FontSize="Large"  >
                            </Label>
                            <Label x:Name="lblPlayerDecimalValue1BestScore" Grid.Row="4" Grid.Column="2" TextColor="Yellow" FontSize="Large"  >
                                </Label>
                            <Label x:Name="lblDecimalName2" Grid.Row="5" TextColor="Yellow" FontSize="Large"  >
                            </Label>
                            <Label x:Name="lblPlayerDecimalValue2BestScore"  Grid.Row="5" Grid.Column="2" TextColor="Yellow" FontSize="Large"   >
                                </Label>
                        </Grid>
                    </Frame>