Hi Dani,
The item was discussed with the team and we decided to set the status as Declined. Use the suggested approach for implementing such label.
Regards, Didi Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
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>