2 references to FiguresProperty
Microsoft.Maui.Controls (2)
Shapes\PathGeometry.cs (2)
52
set { SetValue(
FiguresProperty
, value); }
53
get { return (PathFigureCollection)GetValue(
FiguresProperty
); }