1 write to Fill
Microsoft.Maui.Controls (1)
RadioButton\RadioButton.cs (1)
482 Fill = Brush.Transparent,
9 references to Fill
Microsoft.Maui.Controls (8)
Shapes\Shape.cs (8)
32 /// <summary>Bindable property for <see cref="Fill"/>.</summary> 34 BindableProperty.Create(nameof(Fill), typeof(Brush), typeof(Shape), null, 164 Paint IShapeView.Fill => Fill; 195 var fill = Fill; 203 _fillChanged ??= (sender, e) => OnPropertyChanged(nameof(Fill)); 214 var fill = Fill; 367 if (Fill is not null) 368 SetInheritedBindingContext(Fill, BindingContext);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Shapes\ShapeRenderer.cs (1)
111 Control.ShapeLayer.UpdateFill(Element.Fill);