### Description While working on #22298 I observed Windows is different. There are also 2 different types of differences: initial value and runtime changes: **Initial Values** | Aspect | Android | iOS | Windows | | :-: | :-: | :-: | :-: | | `AspectFill` ❌ |  |  |  ❌ | | `AspectFit` |  |  |  | | `Center` |  |  |  | | `Fill` |  |  |  | **Runtime Changes** | Aspect | Android | iOS | Windows | | :-: | :-: | :-: | :-: | | `AspectFill` ❌ |  |  |  ❌ | | `AspectFit` ❌ |  |  |  ❌ | | `Center` |  |  |  | | `Fill` ❌ |  |  |  ❌ | ### Steps to Reproduce Run the `ImageButtonUITests` or "Image Button Gallery" page. ### Link to public reproduction project repository _No response_ ### Version with bug 8.0.40 SR5 ### Is this a regression from previous behavior? Yes, this used to work in Xamarin.Forms ### Last version that worked well Unknown/Other ### Affected platforms Windows, I was *not* able test on other platforms ### Affected platform versions _No response_ ### Did you find any workaround? _No response_ ### Relevant log output _No response_
Description
While working on #22298 I observed Windows is different. There are also 2 different types of differences: initial value and runtime changes:
Initial Values
AspectFill❌AspectFitCenterFillRuntime Changes
AspectFill❌AspectFit❌CenterFill❌Steps to Reproduce
Run the
ImageButtonUITestsor "Image Button Gallery" page.Link to public reproduction project repository
No response
Version with bug
8.0.40 SR5
Is this a regression from previous behavior?
Yes, this used to work in Xamarin.Forms
Last version that worked well
Unknown/Other
Affected platforms
Windows, I was not able test on other platforms
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
No response