Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

Button with Image

$
0
0

Hi guys,

I want to make a button with an image. If I use this annotation it works:

<Button Text="bla bla bla" Clicked="Func21" Image="image.png"/>

Meanwhile if the path of the image is more complex it doesn't work. So this doesn't work:

<Button Text="bla bla bla" Clicked="Func21" Image="folder1/folder2/folder3/image.png"/>

So how can I specify a complex path?


Viewing all articles
Browse latest Browse all 58056

Trending Articles