ProgressBar.IncrementSecondaryProgressBy(Int32) 方法

定义

按指定量增加进度栏的辅助进度。

[Android.Runtime.Register("incrementSecondaryProgressBy", "(I)V", "")]
public void IncrementSecondaryProgressBy(int diff);
[<Android.Runtime.Register("incrementSecondaryProgressBy", "(I)V", "")>]
member this.IncrementSecondaryProgressBy : int -> unit

参数

diff
Int32

必须增加辅助进度的量

属性

注解

按指定量增加进度栏的辅助进度。

Java文档android.widget.ProgressBar.incrementSecondaryProgressBy(int)

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于

另请参阅