ProgressDialogStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.