ProgressBarCaptionFormat Property
|
Gets or sets the format string for screen reader caption.
Namespace:
Bootstrap.A11y
Assembly:
Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic string CaptionFormat { get; set; }<asp:ProgressBar CaptionFormat="String" />
Property Value
Type:
String
Format string with the following arguments:
{0} is ,
{1} is ,
{2} is ,
{3} is
See Also