maui
maui copied to clipboard
RadioButton content not aligned to the ellipse on Windows (work on Android)
Description
On Android, I can change the FontSize of RadioButton without being worried about the vertical content alignment. => it works well on Android But on Windows it doesn't work as expected.

I have 2 simple RadioButton with a bigger FontSize than the default one : FontSize="Title"
On Android, the content is aligned with the ellipse. On Windows, no way to align the content with Ellipse.
I've tried to set Content="some text" and I also tried setting a Label inside content. Both don't work on Windows.
Screenshot from the repro project :

Steps to Reproduce
Try my GitHub project to repro

Link to public reproduction project repository
https://github.com/nk54/maui_bug_radio
Version with bug
Unknown/Other (please specify)
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
net7.0-windows10.0.19041.0
Did you find any workaround?
No response
Relevant log output
No response