Udostępnij za pośrednictwem


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

Name Value Description
Spinner 0

Creates a ProgressDialog with a circular, spinning progress bar.

Horizontal 1

Creates a ProgressDialog with a horizontal 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