Skip to content

Instantly share code, notes, and snippets.

@icebeam7
Created December 30, 2019 12:24
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 icebeam7/8f61bdc0d68ca63637018a16f9d4c007 to your computer and use it in GitHub Desktop.
Save icebeam7/8f61bdc0d68ca63637018a16f9d4c007 to your computer and use it in GitHub Desktop.
eliteKit: ProductView.xaml.cs (parcial)
protected override void OnAppearing()
{
base.OnAppearing();
badge.BadgeView = new Image()
{
Source = ImageSource.FromResource("DemoEliteKit.Images.box.png"),
HeightRequest = 50,
WidthRequest = 50
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment