Last active
September 8, 2016 12:47
-
-
Save danhollick/e70750a65452b01b973991b6a03a9123 to your computer and use it in GitHub Desktop.
Rectangle with text
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
<App> | |
<Rectangle Height="60" Width="80%" Color="#50E3C2" CornerRadius="4"> | |
<Text TextColor="#fff" FontSize="16" Alignment="Center"> Click Me! </Text> | |
</Rectangle> | |
</App> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment