ProgressBar
On this page
Basic example
View.ProgressBar(progress = 0.5)
Basic example with styling
View.ProgressBar(
horizontalOptions = style.Position,
verticalOptions = style.Position,
backgroundColor = style.LayoutColor,
progress = 0.5
)
See also: