Hello,
Welcome to our Microsoft Q&A platform!
Please change your Button's CornerRadius to 25(keep the value of CornerRadius
is half of value of width
or height
), And I find If we set value of font size is bigger than value of CornerRadius, this +
will be moved, not put it in the center. So I set the value of FontSize
to "20"
<Button
Margin="30"
BorderColor="Gray"
BorderWidth="2"
Command="{x:Binding CreateNewNotebookCommand}"
CornerRadius="25"
FontFamily="material"
FontSize="20"
HeightRequest="50"
HorizontalOptions="EndAndExpand"
Text="{x:Static fi:IconFonts.Plus}"
VerticalOptions="End"
WidthRequest="50" />
Best Regards,
Leon Lu
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.