0
<Label>
<Label.FormattedText>
<FormattedString>
<Span Text="R$"
FontAttributes="Bold"
FontSize="Large"/>
<Span x:Name="CalculoParcial"
FontAttributes="Bold"
FontSize="Large"/>
</FormattedString>
</Label.FormattedText>
</Label>
XAML
[tag:Xamarin.Forms] or [tag:wpf]?– Diego Rafael Souza
Excuse me, XAML of Xamarin Forms
– Homero Kemmerich
In the code you shared you have only 1 label with two parts like
FormattedString
. In this case you can’t change positioning, only formatting.– Diego Rafael Souza