  | ProgressBarState Enumeration | 
 
            Represents the state of the progress bar on the task dialog.
            
 
    Namespace: 
   Ookii.Dialogs.Wpf
    Assembly:
   Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum ProgressBarState
Public Enumeration ProgressBarState
public enum class ProgressBarState
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Normal | 0 | 
            Normal state.
             | 
 | Error | 1 | 
            Error state
             | 
 | Paused | 2 | 
            Paused state
             | 
See Also