Created
August 24, 2017 13:29
-
-
Save danhollick/ea1f0215fa44bc3ec16b27ea3f0865aa 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
| <StackPanel Padding="20" ItemSpacing="40"> | |
| <StackPanel ItemSpacing="20"> | |
| <Text FontSize="24" TextColor="#0006" Value="This is a short | |
| Headline." /> | |
| <Text FontSize="16" TextColor="#0004" Value="This is a sub- | |
| heading. It can be much longer and wrap over two lines | |
| sometimes." TextWrapping="Wrap" /> | |
| </StackPanel> | |
| <StackPanel ItemSpacing="20"> | |
| <Text FontSize="24" TextColor="#0006" Value="This is a short | |
| Headline." /> | |
| <Text FontSize="16" TextColor="#0004" Value="This is a sub- | |
| heading. It can be much longer and wrap over two lines | |
| sometimes." TextWrapping="Wrap" /> | |
| </StackPanel> | |
| </StackPanel> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment