Created
February 19, 2019 10:42
-
-
Save MartinZikmund/e6821c5517c805d704adda28ad048db7 to your computer and use it in GitHub Desktop.
Using FileImage extension in XAML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- add XML namespace declaration to page root --> | |
| <ContentPage ... | |
| xmlns:xaml="clr-namespace:YourApp.ExtensionNamespace;assembly=YourApp"> | |
| <Image Source="{xaml:FileImage image.png}" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment