ProgressBar
Inheritance: Element -> NavigableElement -> VisualElement -> View -> InputView Xamarin.Forms documentation: ProgressBar API / Guide
For details on how the control actually works, please refer to the Xamarin.Forms documentation.
Constructors
Constructors | Description |
---|---|
ProgressBar(progress: float) | Define a ProgressBar widget with the progress value (between 0.0 and 1.0) |
ProgressBar(progress: float, duration: int, easing: Easing) | Define a ProgressBar widget with an animated change of the progress value (between 0.0 and 1.0) |
Properties
Properties | Description |
---|---|
progressColor(light: FabColor, ?dark: FabColor) | Sets the progress bar color depending if light or dark mode |
reference(value: ViewRef<ProgressBar>) | Sets a |
Usages
Get access to the underlying Xamarin.Forms.ProgressBar #
Last updated