25 references to Aspect
Microsoft.Maui (1)
Core\IImage.cs (1)
15 Aspect Aspect { get; }
Microsoft.Maui.Controls (24)
Button\Button.cs (4)
404 Aspect IImageElement.Aspect => Aspect.AspectFit; 507 Aspect IImage.Aspect => Aspect.Fill;
Compatibility\Handlers\Shell\iOS\ShellFlyoutContentRenderer.cs (3)
287 case Aspect.AspectFit: 290 case Aspect.AspectFill: 293 case Aspect.Fill:
Image\IImageElement.cs (1)
11 Aspect Aspect { get; }
Image\Image.cs (2)
36 public Aspect Aspect 38 get { return (Aspect)GetValue(AspectProperty); }
ImageButton\ImageButton.cs (2)
90 public Aspect Aspect 92 get { return (Aspect)GetValue(AspectProperty); }
ImageElement.cs (8)
19 public static readonly BindableProperty AspectProperty = BindableProperty.Create(nameof(IImageElement.Aspect), typeof(Aspect), typeof(IImageElement), Aspect.AspectFit); 64 case Aspect.AspectFit: 65 case Aspect.AspectFill: 69 case Aspect.Fill: 80 case Aspect.AspectFit: 81 case Aspect.AspectFill: 85 case Aspect.Fill:
Shell\Shell.cs (4)
1080 BindableProperty.Create(nameof(FlyoutBackgroundImageAspect), typeof(Aspect), typeof(Shell), default(Aspect), BindingMode.OneTime); 1329 public Aspect FlyoutBackgroundImageAspect 1331 get => (Aspect)GetValue(FlyoutBackgroundImageAspectProperty);