CommandBarPage.xaml 453 B

1234567891011
  1. <ContentPage Theme="{StaticResource ScrollPage}" xmlns="https://github.com/avaloniaui"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  3. Header="CommandBar"
  4. x:Class="ControlCatalog.Pages.CommandBarPage">
  5. <ContentPage.Resources>
  6. <SolidColorBrush x:Key="NavigationBarBackground" Color="Transparent" />
  7. </ContentPage.Resources>
  8. <Grid>
  9. <NavigationPage x:Name="SampleNav" />
  10. </Grid>
  11. </ContentPage>