How are you supposed to set the background image for a Page, as the BackgroundImage is a string? I would greatly appreciate any suggestions.
So far I've tried:
MainPage = new ContentPage
{
BackgroundImage = "Images/image.png"
}
which does not work. The image file is located in the PCL project.
Resources/drawable
for android andResources
for iOS - Akash AminResources/drawable
folder (now testing on Android), but it still does not work... - mkkekkonen