1 write to Fill
Microsoft.Maui.Controls (1)
RadioButton\RadioButton.cs (1)
480 Fill = Brush.Transparent,
8 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);