| Visual Basic (Declaration) | |
|---|---|
Public Enum ProgressTextStyle Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum ProgressTextStyle : Enum | |
| Member | Description |
|---|---|
| Value | Displays the raw value as text. |
| Percent | Displays the percentage. |
| PercentRemaining | Displays the percent remaining. |
| Custom | Displays the custom text defined by the value of the Text property. |
System.Object
System.ValueType
System.Enum
FarPoint.Win.ProgressTextStyle