Demo_Validation/App.axaml

12 lines
407 B
Plaintext
Raw Permalink Normal View History

2025-01-26 17:56:46 +00:00
<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
2025-01-28 12:40:38 +00:00
x:Class="AvaloniaValidationSample.App"
2025-01-26 17:56:46 +00:00
RequestedThemeVariant="Default">
2025-01-28 12:40:38 +00:00
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
<Application.Styles>
<FluentTheme />
</Application.Styles>
</Application>
2025-01-26 17:56:46 +00:00