Skip to content

Instantly share code, notes, and snippets.

@danvanderboom
Created August 22, 2014 21:34
Show Gist options
  • Save danvanderboom/03c2f4b7e26a6fb72509 to your computer and use it in GitHub Desktop.
Save danvanderboom/03c2f4b7e26a6fb72509 to your computer and use it in GitHub Desktop.
Xamarin.Forms.ContentButton example usage
<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