Skip to content

Instantly share code, notes, and snippets.

@danhollick
Last active September 7, 2016 13:08
Show Gist options
  • Save danhollick/3714b202d8cbcdc15e99f69747a53eda to your computer and use it in GitHub Desktop.
Save danhollick/3714b202d8cbcdc15e99f69747a53eda to your computer and use it in GitHub Desktop.
Dropshadow on Recatangle
<App>
<Rectangle Height="60" Width="80%" Color="#50E3C2" CornerRadius="4">
<Text TextColor="#fff" FontSize="16" Alignment="Center"> Click Me! </Text>
<DropShadow Color="#00000060" Distance="1" Angle="90" Size="1" Spread="0.2"/>
</Rectangle>
</App>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment