I have a ContentPage defined in XAML where I want to change the size of an image via code behind later on.
But setting the WidthRequest and HeightRequest does not change the size of the image. If I change the Opacity value, then that does alter the opacity.
Do I have to do anything special for changing the size of the image?
Regards,
Christian