I work with Xamarin.Forms with AbsoluteLayout, however I'm not sure I will understand how element positioning works.
I work with Proportional values, so if I put an element in AbsoluteLayout.LayoutBounds="1, 0.05, 0.15, 0.1"where each value is Proportional (therefore the "all" flags AbsoluteLayout.LayoutFlags="All")
It will be placed at the top / right of the screen. It does not take up a bit of space outside however. So what does that mean? Each element moves to the screen if they go outside?

But now another question arises: when you place an element, what is the X / Y position based on? Is there a center or another point?

In this example, I tried with 0.15, but the rendering was a bit strange, so I set it to 0, and then the rendering corresponded to what I want.
" , ". , , , , , . , ..
, , . X/Y .
!