Created
February 1, 2016 21:36
-
-
Save QiMata/18413bdbd801d2967107 to your computer and use it in GitHub Desktop.
An example usage using XAML
This file contains 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
<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