Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 264 Bytes

include-image-csharp.md

File metadata and controls

9 lines (8 loc) · 264 Bytes
  • Open the MainPage.cs file in the Counter project.

  • Replace the TextBlock with the following Image element.

    new Image()
        .Width(150)
        .Height(150)
        .Source("ms-appx:///Counter/Assets/logo.png")