| MobileForms Toolkit Documentation |
|
ProgressBar.TextOutputFormat Property
Gets or sets the format of text.
public
string TextOutputFormat {get; set;}
Property Value
Formatting String of text. The default is "{0:P0}".
Remarks
In TextOutputFormat, you can use four optional parameters:
- {0} - float value representing percentage (in range 0.0F to 1.0F)
- {1} - value from Value property
- {2} - value from Minimum property
- {3} - value from Maximum property
See Also
ProgressBar Class | Resco.Controls.ProgressBar Namespace