<StackLayout>
<Label HorizontalOptions="Center" VerticalOptions="Center" Text="Hello"/>
<Slider/>
</StackLayout>
<StackLayout HorizontalOptions="Center" VerticalOptions="Center" >
<Label Text="Hello" />
<Slider />
</StackLayout>
Output of above two codes are same can anyone explain the differece between specifying the vertical and horizontal options to stacklayout vs defining these properties at label ?