Created
August 24, 2017 13:30
-
-
Save danhollick/644a42159380d4cd06bc03cc29faa62b 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 ux:Class="MyFirstClass" 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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment