mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
10 lines
383 B
XML
10 lines
383 B
XML
<Application xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
x:Class="SampleApplication.App"
|
|
RequestedThemeVariant="Default">
|
|
<Application.Styles>
|
|
<FluentTheme />
|
|
<StyleInclude Source="avares://MapControl.Avalonia/Themes/Generic.axaml"/>
|
|
</Application.Styles>
|
|
</Application>
|