MAUI XAML Label with Different Font size
I need a label to show a number in the range of thousands. I’m not using thousand separator as per requested, but I want the user to be able to focus on the thousands. For example if I were to show "14013"
, I want the "14"
to be shown in a bigger font size than "013"
.
I’m using a workaround of turning the number into string and using two separate label, but is there any string format I can actually use to make this into just one label?