Skip to content

Instantly share code, notes, and snippets.

@luismts
Last active October 19, 2018 04:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luismts/f06589bf3dfa350572cbd5adb4789484 to your computer and use it in GitHub Desktop.
Save luismts/f06589bf3dfa350572cbd5adb4789484 to your computer and use it in GitHub Desktop.
<Label>
<Label.FormattedText>
<FormattedString>
<FormattedString.Spans>
<Span Text="Lorem ipsum " FontAttributes="Bold" TextColor="Blue" TextDecorations="Underline">
<Span.GestureRecognizers>
<TapGestureRecognizer Command="{Binding TapCommand, Mode=OneWay}"
CommandParameter="https://luismts.com/"/>
</Span.GestureRecognizers>
</Span>
<Span Text="dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." />
</FormattedString.Spans>
</FormattedString>
</Label.FormattedText>
</Label>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment