2 references to PointsProperty
Microsoft.Maui.Controls (2)
Shapes\PolyLineSegment.cs (2)
26
set { SetValue(
PointsProperty
, value); }
27
get { return (PointCollection)GetValue(
PointsProperty
); }