Click or drag to resize

ProgressBarLabelMinWidth Property

Gets or sets the minimum width of the label div when is true.

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public string LabelMinWidth { get; set; }

Property Value

Type: String
A string containing a valid CSS unit (e.g. "2em", "5%").
See Also