ProgressBarLabelFormat Property
|
Gets or sets the format string for label text for sighted users if is true.
Namespace:
Bootstrap.A11y
Assembly:
Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic string LabelFormat { get; set; }<asp:ProgressBar LabelFormat="String" />
Property Value
Type:
String
Format string with the following arguments:
{0} is Percentage,
{1} is Value,
{2} is MaxValue,
{3} is MinValue
See Also