C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ProgressBar Namespace / C1ProgressBar Class / ToolTip Property

In This Topic
ToolTip Property (C1ProgressBar)
In This Topic
Gets or sets the format of the tooltip for the progress bar. The available formats are as follows: {0} or {ProgressValue} Expresses the current progress value. {1} or {PercentProgress} Expresses the current percent of the progress bar. {2} or {RemainingProgress} Expresses the remaining progress of the progress bar. {3} or {PercentageRemaining} Expresses the remaining percent of the progress bar. {4} or {Min} Expresses the minimum value of the progress bar. {5} or {Max} Expresses the maximum value of the progress bar.
Syntax
'Declaration
 
Public Overrides Property ToolTip As System.String
 
See Also