Note: You can check the Avalonia docs for the ProgressBararrow-up-right and ProgressBar APIarrow-up-right if you need more information.For Avalonia.FuncUI's DSL properties you can check ProgressBar.fsarrow-up-right
Note: You can check the Avalonia docs for the ProgressBararrow-up-right and ProgressBar APIarrow-up-right if you need more information.
For Avalonia.FuncUI's DSL properties you can check ProgressBar.fsarrow-up-right
The ProgressBar control allow for showing dynamic progress status.
Basic Progress Bar
ProgressBar.create [ ProgressBar.value 50. ProgressBar.maximum 100. // Minimum default value is set to 0 ]
Indeterminate Animated Progress Bar
ProgressBar.create [ ProgressBar.isIndeterminate true ]
Last updated 1 month ago