Changes

Xamarin XAML

185 bytes added, 09:48, 3 July 2019
Make sure to implement the proper namespace as well by adding
<code>xmlns:fimage="clr-namespace:UBIK.CPL.Controls;assembly=UBIK.CPL"</code> into the root item's attributes.
 
Then, the image can be loaded using:<br/>
<code><fimage:FileImage FileName="image.png" FolderName="xaml"/></code>
 
This snipped loads '''image.png''' located in the '''xaml''' folder.
== Differences to WinX ==
187
edits