PathFigureCollection Class

Definition

public ref class PathFigureCollection sealed : System::Collections::ObjectModel::ObservableCollection<Microsoft::Maui::Controls::Shapes::PathFigure ^>
public sealed class PathFigureCollection : System.Collections.ObjectModel.ObservableCollection<Microsoft.Maui.Controls.Shapes.PathFigure>
type PathFigureCollection = class
    inherit ObservableCollection<PathFigure>
Public NotInheritable Class PathFigureCollection
Inherits ObservableCollection(Of PathFigure)
Inheritance
PathFigureCollection

Constructors

PathFigureCollection()

Applies to