Back to Uno

Include Image Xaml

doc/articles/getting-started/counterapp/includes/include-image-xaml.md

6.6-release-branch-cut210 B
Original Source
  • Open the MainPage.xaml file.

  • Replace the TextBlock with the following Image element.

    xml
    <Image Width="150"
           Height="150"
           Source="Assets/logo.png" />