Created
August 22, 2014 21:34
-
-
Save danvanderboom/03c2f4b7e26a6fb72509 to your computer and use it in GitHub Desktop.
Xamarin.Forms.ContentButton example usage
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
<local:ContentButton x:Name="DetailButton" WidthRequest="100" HeightRequest="60" BackgroundColor="Blue"> | |
<StackLayout HorizontalOptions="Center" VerticalOptions="CenterAndExpand"> | |
<Label Text="Hello" TextColor="White" Font="16"/> | |
<Label Text="World" TextColor="White" Font="16"/> | |
</StackLayout> | |
</local:ContentButton> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment