ActivityIndicator

An activity indicator spinner.
public class ActivityIndicator : Control

Properties

Color

The spinner color, or null for the system default.

Type: Bindable<Color?>

public Bindable<Color?> Color { get; set; }

IsAnimating

Whether the spinner is animating.

Type: Bindable<bool>

public Bindable<bool> IsAnimating { get; set; }

IsLarge

Whether to use the large style instead of medium.

Type: bool

public bool IsLarge { get; set; }