<AbsoluteLayout> <StackLayout HorizontalOptions="Center" AbsoluteLayout.LayoutBounds="0, 0, 1, 0.3" AbsoluteLayout.LayoutFlags="All"> <Label Text="Relax" FontSize = "30"/> </StackLayout> </AbsoluteLayout>
But my question is yo have HorizontalOptions="Center" that sets it to the center horizontally then we have "AbsoluteLayout.LayoutBounds="0, 0, 1, 0.3" which also changes its position so which one overrides which? because on layoutBounds we set x and y to 0 so shouldn't it be in the corner?