Android.Widget.AbsSeekBar Members

The members of Android.Widget.AbsSeekBar are listed below.

See Also: Inherited members from Android.Widget.ProgressBar

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

KeyProgressIncrementint. Returns the amount of progress changed via the arrow keys.
SplitTrackbool. Returns whether the track should be split by the thumb.
[read-only]
ThumbAndroid.Graphics.Drawables.Drawable. Return the drawable used to represent the scroll thumb - the component that the user can drag back and forth indicating the current value by its position.
ThumbOffsetint.
ThumbTintListAndroid.Content.Res.ColorStateList. Returns the tint applied to the thumb drawable, if specified.
ThumbTintModeAndroid.Graphics.PorterDuff.Mode. Returns the blending mode used to apply the tint to the thumb drawable, if specified.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

SetThumb(Android.Graphics.Drawables.Drawable)
Sets the thumb that will be drawn at the end of the progress meter within the SeekBar.