3 references to Polygon
Microsoft.Maui.Controls (2)
Shapes\StrokeShapeTypeConverter.cs (2)
17
public const string Polygon = nameof(
Polygon
);
77
if (strValue.StartsWith(
Polygon
, true, culture))
Microsoft.Maui.Controls.Build.Tasks (1)
CompiledConverters\StrokeShapeTypeConverter.cs (1)
102
if (value.StartsWith(ShapeConverter.
Polygon
, StringComparison.Ordinal))