File: Shapes\TransformCollection.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/TransformCollection.xml" path="Type[@FullName='Microsoft.Maui.Controls.Shapes.TransformCollection']/Docs/*" />
	public sealed class TransformCollection : ObservableCollection<Transform>
	{
 
	}
}