Skip to content

Instantly share code, notes, and snippets.

@danhollick
Created August 24, 2017 13:30
Show Gist options
  • Select an option

  • Save danhollick/644a42159380d4cd06bc03cc29faa62b to your computer and use it in GitHub Desktop.

Select an option

Save danhollick/644a42159380d4cd06bc03cc29faa62b to your computer and use it in GitHub Desktop.
<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