Xamarin.Forms by Microsoft

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

 ProgressBar

public static class ProgressBar
Provides access to the pulsing status for progress bars.

Backing store for the attached property that controls the pulsing status of the progress bar.

public static bool GetPulsingStatus(BindableObject element)

Returns true if the progress bar is pulsing. Otherwise, returns false.

Returns true if the progress bar is pulsing. Otherwise, returns false.

public static void SetPulsingStatus(BindableObject element, bool isPulsing)

Turns pulsing on or off.

Turns pulsing on or off.