1 write to _strokeMiterLimit
Microsoft.Maui (1)
Platform\iOS\MauiCALayer.cs (1)
258
_strokeMiterLimit
= strokeMiterLimit;
1 reference to _strokeMiterLimit
Microsoft.Maui (1)
Platform\iOS\MauiCALayer.cs (1)
353
ctx.SetMiterLimit(
_strokeMiterLimit
* _strokeThickness / 4);