UserControl2.axaml 775 B

1234567891011121314151617181920
  1. <UserControl xmlns="https://github.com/avaloniaui"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  3. xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  4. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  5. mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
  6. x:Class="AvaloniaApplication2.Views.UserControl2"
  7. x:DataType="vm:AvaloniaApplication2">
  8. <StackPanel>
  9. <TextBlock Text="Выберите арифметическую операцию" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="60,100,60,4">
  10. </TextBlock>
  11. <ListBox x:Name="animals" ItemsSource="{Binding animals}"/>
  12. sfsede f
  13. gsrdag
  14. sdgd
  15. sg
  16. s
  17. </StackPanel>
  18. </UserControl>