Created
August 24, 2017 13:09
-
-
Save danhollick/b03eb51439c32a216ec8dcaf672d3158 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
<!-- Red Panel --> | |
<StackPanel Color="#DB6882" Width="300" Height="300" Padding="20"> | |
<!-- Yellow Panel --> | |
<Panel Color="#F1D751" Height="100" /> | |
<!-- Purple Panel --> | |
<Panel Color="#7A49A7" Height="100" Alignment="Bottom" /> | |
</StackPanel> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment