AbsSeekBar.KeyProgressIncrement 属性

定义

返回通过箭头键更改的进度量。 - 或 - 设置通过箭头键更改的进度量。

public virtual int KeyProgressIncrement { [Android.Runtime.Register("getKeyProgressIncrement", "()I", "GetGetKeyProgressIncrementHandler")] get; [Android.Runtime.Register("setKeyProgressIncrement", "(I)V", "GetSetKeyProgressIncrement_IHandler")] set; }
[<get: Android.Runtime.Register("getKeyProgressIncrement", "()I", "GetGetKeyProgressIncrementHandler")>]
[<set: Android.Runtime.Register("setKeyProgressIncrement", "(I)V", "GetSetKeyProgressIncrement_IHandler")>]
member this.KeyProgressIncrement : int with get, set

属性值

用户按下箭头键时递增或递减的量。 这是积极的。

属性

注解

属性 getter 文档:

返回通过箭头键更改的进度量。

默认情况下,此值是派生自进度范围的值。

android.widget.AbsSeekBar.getKeyProgressIncrement()Java 文档。

属性资源库文档:

设置通过箭头键更改的进度量。

android.widget.AbsSeekBar.setKeyProgressIncrement(int)Java 文档。

此页面的部分内容是基于 创建和共享的工作进行的修改,并根据 署名许可中所述的术语使用。

适用于