How to insert text box over image.Svg in Xamarin. Forms?

Asked

Viewed 12 times

0

I have an extension file SVG, which I will use as a structure for my layout, I was able to display the image using the extension Ffimageloading.Svg.Forms, I would like to insert on this image fields for inserting "Entry" text, I tried to use the image as background and I could not, I researched it, but I can’t find materials with anything related.

follows below the code used for image insertion.

<Label Text="teste"/>
<ffSvg:SvgCachedImage Source="imgSVG.svg"/> 
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.