2 implementations of Fill
Microsoft.Maui.Controls (2)
BoxView\BoxView.cs (1)
70 Paint? IShapeView.Fill => Color?.AsPaint();
Shapes\Shape.cs (1)
164 Paint IShapeView.Fill => Fill;
2 references to Fill
Microsoft.Maui (2)
Graphics\ShapeDrawable.cs (1)
127 var fillPaint = ShapeView.Fill ?? ShapeView.Background;
Handlers\ShapeView\ShapeViewHandler.cs (1)
23 [nameof(IShapeView.Fill)] = MapFill,