File: VerticalAlignment.cs
Web Access
Project: src\src\Graphics\src\Graphics\Graphics.csproj (Microsoft.Maui.Graphics)
namespace Microsoft.Maui.Graphics
{
	public enum VerticalAlignment
	{
		Top = 0,
		Center = 1,
		Bottom = 2
	}
}