Xamarin Forms Change Frame Border Thickness
I'm trying to put a border with rounded corners around various aspects of my UI in Xamarin Forms (for Android). The frame control seems logical here but it seems I can not change the border thickness which I need to do. I have tried nesting a frame inside a frame to do this which works to an extent but the problem is as I vary the border thickness the inner radius doesn't always match and it looks clunky. At the moment I am setting inner radius to (outer radius - border thickness + 1) I have to use the +1 to make it look right not sure why. My question is - is there a way to modify the frame control such that I can simply change its border thickness?