2 references to StrokeMiterLimitProperty
Microsoft.Maui.Controls (2)
Shapes\Shape.cs (2)
141
set { SetValue(
StrokeMiterLimitProperty
, value); }
142
get { return (double)GetValue(
StrokeMiterLimitProperty
); }