Skip to content

Instantly share code, notes, and snippets.

@danhollick
Last active September 8, 2016 12:51
Show Gist options
  • Save danhollick/7f7cad32b2eb25e204ace6783efb0a87 to your computer and use it in GitHub Desktop.
Save danhollick/7f7cad32b2eb25e204ace6783efb0a87 to your computer and use it in GitHub Desktop.
Rectangle with Text
<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