5 references to AspectFit
Microsoft.Maui.Controls (5)
Button\Button.cs (1)
404
Aspect IImageElement.Aspect => Aspect.
AspectFit
;
Compatibility\Handlers\Shell\iOS\ShellFlyoutContentRenderer.cs (1)
287
case Aspect.
AspectFit
:
ImageElement.cs (3)
19
public static readonly BindableProperty AspectProperty = BindableProperty.Create(nameof(IImageElement.Aspect), typeof(Aspect), typeof(IImageElement), Aspect.
AspectFit
);
64
case Aspect.
AspectFit
:
80
case Aspect.
AspectFit
: