Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 238 Bytes

include-image-xaml.md

File metadata and controls

8 lines (7 loc) · 238 Bytes
  • Open the MainPage.xaml file in the Counter project.

  • Replace the TextBlock with the following Image element.

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