15 lines
564 B
XML
15 lines
564 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Window
|
|
x:Class="Hyperbar.Windows.SettingsView"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<Window.SystemBackdrop>
|
|
<MicaBackdrop />
|
|
</Window.SystemBackdrop>
|
|
<NavigationView
|
|
IsBackButtonVisible="Collapsed"
|
|
IsPaneToggleButtonVisible="False"
|
|
IsSettingsVisible="False"
|
|
MenuItemTemplateSelector="{Binding Template}"
|
|
MenuItemsSource="{x:Bind ViewModel, Mode=OneWay}" />
|
|
</Window> |