Skip to content

Instantly share code, notes, and snippets.

@angelobelchior
Created April 7, 2015 03:08
Show Gist options
  • Save angelobelchior/51111839a887f56d4e38 to your computer and use it in GitHub Desktop.
Save angelobelchior/51111839a887f56d4e38 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<CarouselPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:me="clr-namespace:MyNavigarion;assembly=MyNavigarion"
x:Class="MyNavigarion.UICarouselPage">
<CarouselPage.Children>
<ContentPage BackgroundColor="Aqua" Title="Pagina 1">
<ContentPage.Content>
<Label Text="Pagina 1" TextColor="White"></Label>
</ContentPage.Content>
</ContentPage>
<ContentPage BackgroundColor="Red" Title="Pagina 2">
<ContentPage.Content>
<Label Text="Pagina 2" TextColor="White"></Label>
</ContentPage.Content>
</ContentPage>
<ContentPage BackgroundColor="Aqua" Title="Pagina 1">
<ContentPage.Content>
<Label Text="Pagina 1" TextColor="White"></Label>
</ContentPage.Content>
</ContentPage>
<ContentPage BackgroundColor="Red" Title="Pagina 2">
<ContentPage.Content>
<Label Text="Pagina 2" TextColor="White"></Label>
</ContentPage.Content>
</ContentPage>
<me:Page4 />
</CarouselPage.Children>
</CarouselPage>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment