3 references to RefreshControlColor
Microsoft.Maui.Controls (3)
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (1)
757 var color = Element.RefreshControlColor;
ListView\ListView.cs (2)
76 /// <summary>Bindable property for <see cref="RefreshControlColor"/>.</summary> 77 public static readonly BindableProperty RefreshControlColorProperty = BindableProperty.Create(nameof(RefreshControlColor), typeof(Color), typeof(ListView), null);