MobileBlazorBindings/samples/BlaxamarinSample/TodoApp.razor

15 строки
420 B
Plaintext

<TabbedPage>
<ContentPage Title="Todo">
<StackLayout>
<Label FontSize="20" TextColor="Color.Crimson" Text="Todo Items" HorizontalTextAlignment="TextAlignment.Center" />
<TodoList />
</StackLayout>
</ContentPage>
<ContentPage Title="Counter">
<Counter />
</ContentPage>
<ContentPage Title="About">
<About />
</ContentPage>
</TabbedPage>