File: Shapes\GeometryCollection.cs
Web Access
Project: src\src\Controls\src\Core\Controls.Core.csproj (Microsoft.Maui.Controls)
using System.Collections.ObjectModel;
 
namespace Microsoft.Maui.Controls.Shapes
{
	/// <include file="../../../docs/Microsoft.Maui.Controls.Shapes/GeometryCollection.xml" path="Type[@FullName='Microsoft.Maui.Controls.Shapes.GeometryCollection']/Docs/*" />
	public sealed class GeometryCollection : ObservableCollection<Geometry>
	{
 
	}
}