8 references to None
Microsoft.Maui.Controls (5)
Shapes\Shape.cs (5)
87 BindableProperty.Create(nameof(Aspect), typeof(Stretch), typeof(Shape), Stretch.None); 160 Stretch.None => PathAspect.None, 290 if (Aspect == Stretch.None) 318 case Stretch.None: 401 case Stretch.None:
Microsoft.Maui.Controls.Compatibility (3)
iOS\Shapes\ShapeRenderer.cs (3)
272 _stretch = Stretch.None; 385 if (_stretch != Stretch.None) 399 case Stretch.None: