Last active
September 8, 2016 12:51
-
-
Save danhollick/7f7cad32b2eb25e204ace6783efb0a87 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