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