1 write to StrokePaint
Microsoft.Maui.Graphics.Skia (1)
SkiaCanvasStateService.cs (1)
20 StrokePaint = _defaultStrokePaint.CreateCopy(),
16 references to StrokePaint
Microsoft.Maui.Graphics.Skia (16)
SkiaCanvasState.cs (16)
45 _strokePaint = prototype.StrokePaint.CreateCopy(); 97 StrokePaint.StrokeCap = SKStrokeCap.Butt; 99 StrokePaint.StrokeCap = SKStrokeCap.Round; 101 StrokePaint.StrokeCap = SKStrokeCap.Square; 110 StrokePaint.StrokeJoin = SKStrokeJoin.Miter; 112 StrokePaint.StrokeJoin = SKStrokeJoin.Round; 114 StrokePaint.StrokeJoin = SKStrokeJoin.Bevel; 120 set => StrokePaint.StrokeMiter = value; 127 StrokePaint.PathEffect = null; 138 StrokePaint.PathEffect = SKPathEffect.CreateDash(scaledPattern, 0); 142 StrokePaint.PathEffect = SKPathEffect.CreateDash(pattern, 0); 149 set => StrokePaint.IsAntialias = value; 196 set => StrokePaint.StrokeWidth = value * _scaleX; 324 var paint = StrokePaint; 399 StrokePaint.ImageFilter = _shadowFilter; 456 StrokePaint.StrokeWidth = StrokeSize * _scaleX;