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