Based on the documentation for a circle image:
<Grid HeightRequest="100" WidthRequest="100" HorizontalOptions="Center" VerticalOptions="Center">
<border:SfBorder BorderColor="Black" HorizontalOptions="Center" VerticalOptions="Center" CornerRadius="50">
<Image Source="plus.jpeg" />
</border:SfBorder>
</Grid>
How would I adjust the diameter of the circle? No matter what I do, the circle is always a fixed size.
Thanks,
Dean