Last active
October 19, 2018 04:55
-
-
Save luismts/f06589bf3dfa350572cbd5adb4789484 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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