1 write to _strokeDashOffset
Microsoft.Maui (1)
Platform\iOS\MauiCALayer.cs (1)
224
_strokeDashOffset
= (float)borderDashOffset;
2 references to _strokeDashOffset
Microsoft.Maui (2)
Platform\iOS\MauiCALayer.cs (2)
346
ctx.SetLineDash(
_strokeDashOffset
* _strokeThickness, _strokeDash);
420
return _strokeDash != null &&
_strokeDashOffset
> 0;