1 write to ShapeView
Microsoft.Maui (1)
Graphics\ShapeDrawable.cs (1)
39 ShapeView = shape;
16 references to ShapeView
Microsoft.Maui (16)
Graphics\ShapeDrawable.cs (16)
56 IShape? shape = ShapeView?.Shape; 74 if (ShapeView == null || ShapeView.Shape == null || ShapeView.StrokeThickness <= 0 || ShapeView.Stroke == null) 80 float strokeThickness = (float)ShapeView.StrokeThickness; 84 var stroke = ShapeView.Stroke; 91 var strokeLineCap = ShapeView.StrokeLineCap; 95 var strokeLineJoin = ShapeView.StrokeLineJoin; 99 var strokeDashPattern = ShapeView.StrokeDashPattern; 103 var strokeDashOffset = ShapeView.StrokeDashOffset; 107 var strokeMiterLimit = ShapeView.StrokeMiterLimit; 117 if (ShapeView == null || ShapeView.Shape == null) 127 var fillPaint = ShapeView.Fill ?? ShapeView.Background;