Click or drag to resize

ProgressBarStyle Enumeration

Indicates the type of progress on a task dialog.

Namespace:  Ookii.Dialogs.Wpf
Assembly:  Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum ProgressBarStyle
Members
  Member nameValueDescription
None0 No progress bar is displayed on the dialog.
ProgressBar1 A regular progress bar is displayed on the dialog.
MarqueeProgressBar2 A marquee progress bar is displayed on the dialog. Use this value for operations that cannot report concrete progress information.
See Also