9 references to PathAspect
Microsoft.Maui (1)
Core\IShapeView.cs (1)
18 PathAspect Aspect { get; }
Microsoft.Maui.Controls (8)
BoxView\BoxView.cs (2)
68 PathAspect IShapeView.Aspect => PathAspect.None;
Shapes\Shape.cs (6)
154 PathAspect IShapeView.Aspect 157 Stretch.Fill => PathAspect.Stretch, 158 Stretch.Uniform => PathAspect.AspectFit, 159 Stretch.UniformToFill => PathAspect.AspectFill, 160 Stretch.None => PathAspect.None, 161 _ => PathAspect.None