File: Primitives\PathAspect.cs
Web Access
Project: src\src\Core\src\Core.csproj (Microsoft.Maui)
namespace Microsoft.Maui
{
	public enum PathAspect
	{
		None,
		Center,
		Stretch,
		AspectFit,
		AspectFill
	}
}