22 references to Aspect
Microsoft.Maui (1)
Core\IImage.cs (1)
15 Aspect Aspect { get; }
Microsoft.Maui.Controls (21)
Button\Button.cs (4)
405 Aspect IImageElement.Aspect => Aspect.AspectFit; 508 Aspect IImage.Aspect => Aspect.Fill;
Image\IImageElement.cs (1)
11 Aspect Aspect { get; }
Image\Image.cs (2)
38 public Aspect Aspect 40 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);