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