Enum TextFormat
Determines the display format of the progress bar values.
Namespace: TetraCreations.ProgressBarSystem
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public enum TextFormat
Fields
Name | Description |
---|---|
CurrentAndMaximumValue | Display the values as : 100 / 100 |
CurrentValue | Display the current value only : 100 |
Percentage | Display the current value as percentage : 100% |