ActivityIndicator.Color Property

Definition

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

public Xamarin.Forms.Color Color { get; set; }
member this.Color : Xamarin.Forms.Color with get, set

Property Value

A Color used to display the ActivityIndicator. Default is Default.

Applies to