PanAndZoom/samples/AvaloniaDemo/App.axaml

10 строки
502 B
XML

<Application x:Class="AvaloniaDemo.App"
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Application.Styles>
<!-- <StyleInclude Source="avares://Avalonia.Themes.Fluent/Accents/FluentLight.xaml" /> -->
<StyleInclude Source="avares://Avalonia.Themes.Default/DefaultTheme.xaml"/>
<StyleInclude Source="avares://Avalonia.Themes.Default/Accents/BaseLight.xaml"/>
</Application.Styles>
</Application>