3 references to RefreshColor
Microsoft.Maui.Controls (3)
RefreshView\RefreshView.cs (3)
98 /// <summary>Bindable property for <see cref="RefreshColor"/>.</summary> 100 BindableProperty.Create(nameof(RefreshColor), typeof(Color), typeof(RefreshView), null); 141 Paint IRefreshView.RefreshColor => RefreshColor?.AsPaint();