Click or drag to resize

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)
Syntax
public string CaptionFormat { get; set; }

Property Value

Type: String
Format string with the following arguments: {0} is , {1} is , {2} is , {3} is
See Also