AbsSeekBar.ThumbOffset Property

Definition

Sets the thumb offset that allows the thumb to extend out of the range of the track.

public virtual int ThumbOffset { [Android.Runtime.Register("getThumbOffset", "()I", "GetGetThumbOffsetHandler")] get; [Android.Runtime.Register("setThumbOffset", "(I)V", "GetSetThumbOffset_IHandler")] set; }
[<get: Android.Runtime.Register("getThumbOffset", "()I", "GetGetThumbOffsetHandler")>]
[<set: Android.Runtime.Register("setThumbOffset", "(I)V", "GetSetThumbOffset_IHandler")>]
member this.ThumbOffset : int with get, set

Property Value

Attributes

Remarks

Property getter documentation:

Java documentation for android.widget.AbsSeekBar.getThumbOffset().

Property setter documentation:

Sets the thumb offset that allows the thumb to extend out of the range of the track.

Java documentation for android.widget.AbsSeekBar.setThumbOffset(int).

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.

Applies to

See also