Skip to content

Instantly share code, notes, and snippets.

@danhollick
Last active July 24, 2017 08:15
Show Gist options
  • Save danhollick/8bcb162ecab4625212f87c958452a40f to your computer and use it in GitHub Desktop.
Save danhollick/8bcb162ecab4625212f87c958452a40f to your computer and use it in GitHub Desktop.
<!-- Red StackPanel -->
<StackPanel Color="#DB6882" Width="300" Height="300" Padding="20">
<!-- Yellow Panel -->
<Panel Color="Yellow" Height="100" />
<!-- Blue Panel -->
<Panel Color="Blue" Height="100"/>
</StackPanel>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment