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