This is a code snippet used :
<progressBar:SfStepProgressBar HorizontalOptions="Start"
VerticalOptions="Center"
Orientation="Vertical"
TitleAlignment="Start"
BackgroundColor="Transparent"
Margin="32,0,0,0">
<progressBar:StepView Status="Completed">
<progressBar:StepView.PrimaryFormattedText>
<FormattedString>
<Span Text="Line1 Line2" FontSize="12" FontAttributes="Bold" />
</FormattedString>
</progressBar:StepView.PrimaryFormattedText>
</progressBar:StepView>
Result on UWP :
Result on Android :
I was trying to add more Span's, everything worked fine on UWP but never was able to display more than 1 line on Android.