Click or drag to resize

StackedProgressBarsProgressBars Property

Gets the progress bars.

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public ProgressBarCollection ProgressBars { get; }

Property Value

Type: ProgressBarCollection
The progress bars.
See Also