4 references to AspectFit
Microsoft.Maui.Controls (4)
Button\Button.cs (1)
405
Aspect IImageElement.Aspect => 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
: