Xamarin.Forms.ActivityIndicator Class
A visual control used to indicate that something is ongoing.

See Also: ActivityIndicator Members

Syntax

public class ActivityIndicator : View

Remarks

This control gives a visual clue to the user that something is happening, without information about its progress.

The Xamarin.Forms.ActivityIndicator class has the following XAML properties:

PropertyValue
Color

A color specification, with or without the prefix, "Color". For example, "Color.Red" and "Red" both specify the color red.

IsRunning

true or false, to indicate whether the animation for Xamarin.Forms.ActivityIndicator is displayed.

The example below creates a red activity indicator that is animated to imply that an activity is ongoing:

XAML Example

<ActivityIndicator Color="Red" IsRunning="true" />

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0