22 references to Stretch
Microsoft.Maui.Controls (22)
RadioButton\RadioButton.cs (2)
481 Aspect = Stretch.Uniform, 492 Aspect = Stretch.Uniform,
Shapes\Ellipse.cs (1)
13 Aspect = Stretch.Fill;
Shapes\Rectangle.cs (1)
14 Aspect = Stretch.Fill;
Shapes\RoundRectangle.cs (1)
12 Aspect = Stretch.Fill;
Shapes\Shape.cs (17)
87 BindableProperty.Create(nameof(Aspect), typeof(Stretch), typeof(Shape), Stretch.None); 146 public Stretch Aspect 149 get { return (Stretch)GetValue(AspectProperty); } 157 Stretch.Fill => PathAspect.Stretch, 158 Stretch.Uniform => PathAspect.AspectFit, 159 Stretch.UniformToFill => PathAspect.AspectFill, 160 Stretch.None => PathAspect.None, 290 if (Aspect == Stretch.None) 318 case Stretch.None: 321 case Stretch.Fill: 329 case Stretch.Uniform: 341 case Stretch.UniformToFill: 401 case Stretch.None: 406 case Stretch.Fill: 418 case Stretch.Uniform: 427 case Stretch.UniformToFill: