Xamarin.Forms.Core 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.View Xamarin.Forms.RenderWith(typeof(Xamarin.Forms.Platform._ActivityIndicatorRenderer)) A visual control used to indicate that something is ongoing. This control gives a visual clue to the user that something is happening, without information about its progress. XAML for Xamarin.Forms supports the following properties for the class: Property Value Color A color specification, with or without the prefix, "Color". For example, "Color.Red" and "Red" both specify the color red. IsRunning or , to indicate whether the animation for is displayed. The example below creates a red activity indicator that is animated to imply that an activity is ongoing: ]]> Constructor 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Initializes a new instance of the ActivityIndicator class. The following example shows the initialization of a running ActivityIndicator. Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.Color Gets or sets the of the ActivityIndicator. This is a bindable property. A used to display the ActivityIndicator. Default is . Field 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Identifies the Color bindable property. Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Boolean Gets or sets the value indicating if the ActivityIndicator is running. This is a bindable property. A indicating if the ActivityIndicator is running. Field 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Identifies the Color bindable property.