Created
August 24, 2017 13:01
-
-
Save danhollick/d9713d31aae5a994c452ceb102f61320 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="40" /> | |
<!-- Light Blue Panel --> | |
<Panel Color="#6DBFD2" Height="60" /> | |
<!-- Purple Panel --> | |
<Panel Color="#7A49A7" Height="80" /> | |
</StackPanel> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment