<!-- 2.2 Rounded board--> <PanCake:PancakeView Grid.Row="2" CornerRadius="30" BackgroundColor="White" Margin="0,-40"> <!-- Struture for the next block--> <Grid Padding="25,30"> <Grid.ColumnDefinitions> <ColumnDefinition Width="*"/> <ColumnDefinition Width="Auto"/> </Grid.ColumnDefinitions> <Grid.RowDefinitions> <RowDefinition Height="Auto"/> <RowDefinition Height="*"/> </Grid.RowDefinitions> <!-- Here add the code that is being explained in the next block--> </Grid> </PanCake:PancakeView>