<StackLayout Orientation="Horizontal" Margin="10, 40, 10,10" HorizontalOptions="FillAndExpand" VerticalOptions="StartAndExpand" Spacing="0"> <border:SfBorder BorderColor="White" BackgroundColor="White" HasShadow="true" CornerRadius="50" ShadowColor="Gray" HorizontalOptions="CenterAndExpand" VerticalOptions="StartAndExpand" BorderWidth="3"> <border:SfBorder BorderColor="White" BackgroundColor="White" CornerRadius="50" HasShadow="false"> <Image Source="Icon.png" x:Name="ProfilePhoto" Aspect="AspectFill" HeightRequest="100" WidthRequest="100" VerticalOptions="Center" HorizontalOptions="CenterAndExpand" Margin="0,0,0,0" /> </border:SfBorder> </border:SfBorder> </StackLayout> |