DevProgressDialogStyle Enumeration

Display style for a DevProgressDialog.

Definition

Namespace: DevCase.UI.Dialogs
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum DevProgressDialogStyle

Members

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.

See Also