2 references to StrokeMiterLimitProperty
Microsoft.Maui.Controls (2)
Border\Border.cs (2)
211
set { SetValue(
StrokeMiterLimitProperty
, value); }
212
get { return (double)GetValue(
StrokeMiterLimitProperty
); }