Enum SegmentType
ProgressBar is splitted into three segments : Main, Increase, Decrease.
Main : The main filling area.
Increase : Represent the last added value.
Decrease : Represent the last remove value.
Namespace: TetraCreations.ProgressBarSystem
Assembly: cs.temp.dll.dll
Syntax
public enum SegmentType
Fields
| Name | Description |
|---|---|
| Decrease | |
| Increase | |
| Main |