3 implementations of Aspect
Microsoft.Maui.Controls (3)
Button\Button.cs (1)
406
Aspect IImageElement.
Aspect
=> Aspect.AspectFit;
Image\Image.cs (1)
39
public Aspect
Aspect
ImageButton\ImageButton.cs (1)
90
public Aspect
Aspect
4 references to Aspect
Microsoft.Maui.Controls (4)
ImageElement.cs (4)
18
/// <summary>Bindable property for <see cref="IImageElement.
Aspect
"/>.</summary>
19
public static readonly BindableProperty AspectProperty = BindableProperty.Create(nameof(IImageElement.
Aspect
), typeof(Aspect), typeof(IImageElement), Aspect.AspectFit);
62
switch (ImageElementManager.
Aspect
)
78
switch (ImageElementManager.
Aspect
)