Enum BorderType
Represents each border of the progress bar : Top, Bottom, Left, Right.
Namespace: TetraCreations.ProgressBarSystem
Assembly: cs.temp.dll.dll
Syntax
[Flags]
public enum BorderType
Fields
Name | Description |
---|---|
All | |
Bottom | |
Horizontal | |
Left | |
Right | |
Top | |
Vertical |