Android.Widget.AbsSeekBar.KeyProgressIncrement Property
Returns the amount of progress changed via the arrow keys.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the amount of progress changed via the arrow keys. By default, this will be a value that is derived from the max progress.

Set method documentation [Android Documentation]

Sets the amount of progress changed via the arrow keys.

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3