2 references to SegmentsProperty
Microsoft.Maui.Controls (2)
Shapes\PathFigure.cs (2)
44 set { SetValue(SegmentsProperty, value); } 45 get { return (PathSegmentCollection)GetValue(SegmentsProperty); }