Xamarin.Forms by Microsoft

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

.NET API 1,474,968 bytes

 ActivityIndicator

A visual control used to indicate that something is ongoing.
public static readonly BindableProperty ColorProperty

Identifies the Color bindable property.

public static readonly BindableProperty IsRunningProperty

Identifies the IsRunning bindable property.

public Color Color { get; set; }

Gets or sets the Color of the ActivityIndicator. This is a bindable property.

public bool IsRunning { get; set; }

Gets or sets the value indicating if the ActivityIndicator is running. This is a bindable property.

Returns the platform-specific instance of this ActivityIndicator, on which a platform-specific method may be called.