Solution: Using Label with Span:
<Label> <Label.FormattedText> <FormattedString> <Span Text="©" /> <Span Text="Copyright 2025" TextColor="Blue" TextDecorations="Underline"> <Span.GestureRecognizers> <TapGestureRecognizer Command="{Binding TapCommand}" /> </Span.GestureRecognizers> </Span> </FormattedString> </Label.FormattedText> </Label>
Regards, Didi Progress Telerik