StackedProgressBar

in namespace DotVVM.Framework.Controls.Bootstrap

Renders Bootstrap Stacked Progress Bars.

Usage & Scenarios

Renders the Bootstrap Stacked Progress Bar widget. Use the ProgressBar controls inside.

https://getbootstrap.com/docs/3.3/components/#progress

Sample 1: Stacked Progress Bar

Placing ProgressBar controls inside the control creates StackedProgressBar.

<bs:StackedProgressBar>
  <bs:ProgressBar Color="Success" Value="25" />
  <bs:ProgressBar Color="Info" Value="25" />
  <bs:ProgressBar Color="Warning" Value="11" />
  <bs:ProgressBar Color="Danger" Value="14" />
</bs:StackedProgressBar>

Properties

Name Type Description Notes Default Value

HTML produced by the control