Xamarin.Forms by Microsoft

<PackageReference Include="Xamarin.Forms" Version="4.4.0.991210-pre2" />

.NET API 1,173,616 bytes

 RefreshView

public static readonly BindableProperty CommandProperty

public static readonly BindableProperty IsRefreshingProperty

public static readonly BindableProperty RefreshColorProperty

public ICommand Command { get; set; }

public object CommandParameter { get; set; }

public bool IsRefreshing { get; set; }

public Color RefreshColor { get; set; }

public event EventHandler Refreshing

public RefreshView()