'Declaration Public Enum ProgressTextStyle Inherits System.Enum
'Usage Dim instance As ProgressTextStyle
public enum ProgressTextStyle : System.Enum
'Declaration Public Enum ProgressTextStyle Inherits System.Enum
'Usage Dim instance As ProgressTextStyle
public enum ProgressTextStyle : System.Enum
| Member | 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. |
System.Object
System.ValueType
System.Enum
FarPoint.Win.ProgressTextStyle