ProgressDialog.SetProgressStyle(ProgressDialogStyle) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置此 ProgressDialog 的样式,或 #STYLE_SPINNER
#STYLE_HORIZONTAL
。
[Android.Runtime.Register("setProgressStyle", "(I)V", "GetSetProgressStyle_IHandler")]
public virtual void SetProgressStyle (Android.App.ProgressDialogStyle style);
[<Android.Runtime.Register("setProgressStyle", "(I)V", "GetSetProgressStyle_IHandler")>]
abstract member SetProgressStyle : Android.App.ProgressDialogStyle -> unit
override this.SetProgressStyle : Android.App.ProgressDialogStyle -> unit
参数
- style
- ProgressDialogStyle
此 ProgressDialog 的样式,或#STYLE_SPINNER
#STYLE_HORIZONTAL
- 属性
注解
设置此 ProgressDialog 的样式,或 #STYLE_SPINNER
#STYLE_HORIZONTAL
。 默认为 #STYLE_SPINNER
。
<strong>Note:</strong> A ProgressDialog with style #STYLE_SPINNER
is always indeminate and will ignore the #setIndeterminate(boolean) indeterminate
setting.
适用于 . 的 android.app.ProgressDialog.setProgressStyle(int)
Java 文档
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。