2 references to RefreshColorProperty
Microsoft.Maui.Controls (2)
RefreshView\RefreshView.cs (2)
108 get { return (Color)GetValue(RefreshColorProperty); } 109 set { SetValue(RefreshColorProperty, value); }