DevProgressBarState Enumeration
Namespace: DevCase.UI.Layout.DevProgressBarDataAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum DevProgressBarState
Public Enumeration DevProgressBarState
Dim instance As DevProgressBarState
public enum class DevProgressBarState
No code example is currently available or this language may not be supported.
Normal |
1 |
Sets the state of a progressbar to Normal (Green Color).
|
Error |
2 |
Sets the state of a progressbar to Error (Red Color).
|
Paused |
3 |
Sets the state of a progressbar to Paused (Yellow Color).
|