Как зарезервировать пробел в метке форматированного текста в формах Xamarin Я пробовал это, но, похоже, не работает
<Label FontSize="Medium">
<Label.FormattedText>
<FormattedString>
<Span xml:space="preserve">On PO: </Span>
<Span xml:space="preserve"> </Span>
<Span FontAttributes="Bold" FontSize="Large" Text="{Binding Qty}"/>
</FormattedString>
</Label.FormattedText>
</Label>
Я получаю эту ошибку
Error Position 22:35. No property, bindable property, or event found for 'space', or mismatching type between value and property.