16 lines
563 B
XML
16 lines
563 B
XML
<windowing:AppWindow
|
|
x:Class="Bitvault.Avalonia.MainWindow"
|
|
xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:windowing="using:FluentAvalonia.UI.Windowing"
|
|
Background="Transparent"
|
|
TransparencyLevelHint="Mica">
|
|
<!--<ContentControl x:Name="Window">
|
|
<Interaction.Behaviors>
|
|
<AttachedBehavior>
|
|
<NavigateAction Context="Window" Route="Main" />
|
|
</AttachedBehavior>
|
|
</Interaction.Behaviors>
|
|
</ContentControl>-->
|
|
</windowing:AppWindow>
|