CodeView.axaml 466 B

12345678910
  1. <UserControl x:Class="SukiUI.Controls.CodeView"
  2. xmlns="https://github.com/avaloniaui"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  5. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  6. d:DesignHeight="450"
  7. d:DesignWidth="800"
  8. mc:Ignorable="d">
  9. Welcome to Avalonia!
  10. </UserControl>