Enum ValueChangeType
Determines the type of change made to a value : None, Increase or Decrease.
Namespace: TetraCreations.ProgressBarSystem
Assembly: cs.temp.dll.dll
Syntax
public enum ValueChangeType
Fields
| Name | Description |
|---|---|
| Decrease | |
| Increase | |
| None |