PlatformInfoPage.xaml 533 B

123456789101112
  1. <UserControl x:Class="ControlCatalog.Pages.PlatformInfoPage"
  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="800"
  7. d:DesignWidth="400"
  8. mc:Ignorable="d">
  9. <StackPanel>
  10. <TextBlock Text="{Binding PlatformInfo}" />
  11. </StackPanel>
  12. </UserControl>