ProgressBar

A progress bar.
public class ProgressBar : Control

Properties

FillColor

The filled track color, or null for the system default.

Type: Bindable<Color?>

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

Progress

The progress value from 0 (empty) to 1 (full).

Type: Bindable<double>

public Bindable<double> Progress { get; set; }

TrackColor

The unfilled track color, or null for the system default.

Type: Color?

public Color? TrackColor { get; set; }