Skip to content

Commit f6dc0d7

Browse files
committed
Update header for consistency
1 parent 6977ce2 commit f6dc0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hub/apps/windows-app-sdk/mrtcore/images-tailored-for-scale-theme-contrast.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Absolute paths are a good choice if your image files remain where they are in th
9797

9898
Also see [Tile and toast support for language, scale, and high contrast](/windows/apps/design/shell/tiles-and-notifications/tile-toast-language-scale-contrast).
9999

100-
## Load an images and other resources from a class library
100+
## Reference an image or other asset from a class library
101101

102102
You can load images and other resources from a referenced **Class library (WinUI 3 in Desktop)** project by referencing the resource in a URI that uses the `ms-appx` scheme. The URI should include the name of the class library project and the path to the resource within the class library project. For example, if you have a class library project named `MyClassLibrary` that contains an image named `logo.png` in a folder named `Assets`, you can reference the image in your app project like this:
103103

0 commit comments

Comments
 (0)