You can use formatted text with Span elements to change the color of specific parts of the text.
<Label>
<Label.FormattedText>
<FormattedString>
<Span Text="Red" TextColor="Red" />
<Span Text="Black" TextColor="Black" />
</FormattedString>
</Label.FormattedText>
</Label>
Share with