ProgressBar
Note: You can check the Avalonia docs for the ProgressBar and ProgressBar API if you need more information.
For Avalonia.FuncUI's DSL properties you can check ProgressBar.fs
The ProgressBar control allow for showing dynamic progress status.
Usage
Basic Progress Bar
Indeterminate Animated Progress Bar
Last updated