[]
Specifies the appearance of the text portion of the progress indicator.
public enum ProgressTextStyle : short
Public Enum ProgressTextStyle As Short
| Name | Description |
|---|---|
| Custom | Displays the custom text defined by the value of the Text property. |
| Percent | Displays the percentage. |
| PercentRemaining | Displays the percent remaining. |
| Value | Displays the raw value as text. |