Skip to content

Instantly share code, notes, and snippets.

@QiMata
Created February 1, 2016 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save QiMata/18413bdbd801d2967107 to your computer and use it in GitHub Desktop.
Save QiMata/18413bdbd801d2967107 to your computer and use it in GitHub Desktop.
An example usage using XAML
<yournamespace:ContentViewRoundedCorners
CornerRadius="10">
<ContentView.Content>
<Label TextColor="Blue"
Text="Cool Demo Jared"
VerticalTextAlignment="Center" HorizontalTextAlignment="Center"></Label>
</ContentView.Content>
</yournamespace:ContentViewRoundedCorners>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment