The members of Android.Widget.AbsSeekBar are listed below.
See Also: Inherited members from Android.Widget.ProgressBar
| A constructor used when creating managed representations of JNI objects; called by the runtime. |
| KeyProgressIncrement | int. Returns the amount of progress changed via the arrow keys. | |
| SplitTrack | bool. Returns whether the track should be split by the thumb. | |
| [read-only] | Thumb | Android.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. |
| ThumbOffset | int. | |
| ThumbTintList | Android.Content.Res.ColorStateList. Returns the tint applied to the thumb drawable, if specified. | |
| ThumbTintMode | Android.Graphics.PorterDuff.Mode. Returns the blending mode used to apply the tint to the thumb drawable, if specified. |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
SetThumb(Android.Graphics.Drawables.Drawable)Sets the thumb that will be drawn at the end of the progress meter within the SeekBar. | ||