Xamarin.Forms by Microsoft

<PackageReference Include="Xamarin.Forms" Version="4.2.0.709249" />

 ProgressBarStyle

public static class ProgressBarStyle
Enumerates visual styles for progress bars.
public const string Default = "default"

Indicates the default progress bar style.

public const string Pending = "pending"

Indicates the pending style, to communicate that a progress estimate has not yet been made.