DevProgressDialogStyle Enumeration
Namespace: DevCase.UI.DialogsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum DevProgressDialogStyle
Public Enumeration DevProgressDialogStyle
Dim instance As DevProgressDialogStyle
public enum class DevProgressDialogStyle
type DevProgressDialogStyle
No code example is currently available or this language may not be supported.
Normal |
0 |
Displays a progress bar that tracks to the progress values.
|
Marquee |
1 |
Sets the progress bar to marquee mode.
Use this when you wish to indicate that progress is being made,
but the time required for the operation is unknown.
|
Hidden |
2 |
Do not display a progress bar.
|