MainWindow.axaml 387 B

12345678910
  1. <Window xmlns="https://github.com/avaloniaui"
  2. xmlns:local="using:SingleProjectSandbox"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. CanResize="False"
  5. Width="720" Height="1280"
  6. Title="Single Project Sandbox"
  7. WindowStartupLocation="CenterScreen"
  8. x:Class="SingleProjectSandbox.MainWindow">
  9. <local:MainView />
  10. </Window>