30 references to Stretch
Microsoft.Maui.Controls (22)
RadioButton\RadioButton.cs (2)
483 Aspect = Stretch.Uniform, 494 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:
Microsoft.Maui.Controls.Compatibility (8)
iOS\Shapes\ShapeRenderer.cs (8)
258 Stretch _stretch; 272 _stretch = Stretch.None; 315 public void UpdateAspect(Stretch stretch) 385 if (_stretch != Stretch.None) 399 case Stretch.None: 402 case Stretch.Fill: 410 case Stretch.Uniform: 422 case Stretch.UniformToFill: