3 references to StrokeMiterLimitProperty
Microsoft.Maui.Controls (2)
Shapes\Shape.cs (2)
141
set { SetValue(
StrokeMiterLimitProperty
, value); }
142
get { return (double)GetValue(
StrokeMiterLimitProperty
); }
Microsoft.Maui.Controls.Compatibility (1)
iOS\Shapes\ShapeRenderer.cs (1)
85
else if (args.PropertyName == Shape.
StrokeMiterLimitProperty
.PropertyName)