ProgressDialogStyle Enum

Definition

Enumerates values returned by the Horizontal, and Spinner members and taken as a parameter of the F:Android.App.ProgressDialog.SetProgressStyle member.

public enum ProgressDialogStyle
type ProgressDialogStyle = 
Inheritance
ProgressDialogStyle

Fields

Horizontal 1

Creates a ProgressDialog with a horizontal progress bar.

Spinner 0

Creates a ProgressDialog with a circular, spinning progress bar.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to