File: ISpatialElement.cs
Web Access
Project: src\src\Controls\src\Core\Controls.Core.csproj (Microsoft.Maui.Controls)
#nullable disable
namespace Microsoft.Maui.Controls.Internals
{
	public interface ISpatialElement
	{
		Region Region { get; set; }
	}
}