Skip to content

Instantly share code, notes, and snippets.

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

  • Save danhollick/4c91d6aa7f942902c935209d03f6eb38 to your computer and use it in GitHub Desktop.

Select an option

Save danhollick/4c91d6aa7f942902c935209d03f6eb38 to your computer and use it in GitHub Desktop.
<StackPanel ItemSpacing="20" ux:Class="MyFirstClass">
<string ux:Property="HeadlineText"/>
<Text FontSize="24" TextColor="#0006" Value="{Property
HeadlineText}" />
<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