I'm using an absolute layout in my application and I want, for each element in the layout, a specific position and size depending the platform.
I find an other question where it was said that to use
<Label.AbsoluteLayout.LayoutBounds>
But it my case, the AbsoluteLayout
property doesn't exist if I write it between <...>
So, It is possible to set the property LayoutBounds
by platform ?
I'm using Xamarin 4.4.
Thanks for your help