View.VerticalScrollbarThumbDrawable Property

Definition

Returns the currently configured Drawable for the thumb of the vertical scroll bar if it exists, null otherwise. -or- Defines the vertical scrollbar thumb drawable

public virtual Android.Graphics.Drawables.Drawable? VerticalScrollbarThumbDrawable { [Android.Runtime.Register("getVerticalScrollbarThumbDrawable", "()Landroid/graphics/drawable/Drawable;", "GetGetVerticalScrollbarThumbDrawableHandler", ApiSince=29)] get; [Android.Runtime.Register("setVerticalScrollbarThumbDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetSetVerticalScrollbarThumbDrawable_Landroid_graphics_drawable_Drawable_Handler", ApiSince=29)] set; }
[<get: Android.Runtime.Register("getVerticalScrollbarThumbDrawable", "()Landroid/graphics/drawable/Drawable;", "GetGetVerticalScrollbarThumbDrawableHandler", ApiSince=29)>]
[<set: Android.Runtime.Register("setVerticalScrollbarThumbDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetSetVerticalScrollbarThumbDrawable_Landroid_graphics_drawable_Drawable_Handler", ApiSince=29)>]
member this.VerticalScrollbarThumbDrawable : Android.Graphics.Drawables.Drawable with get, set

Property Value

Attributes

Remarks

Property getter documentation:

Returns the currently configured Drawable for the thumb of the vertical scroll bar if it exists, null otherwise.

Java documentation for android.view.View.getVerticalScrollbarThumbDrawable().

Property setter documentation:

Defines the vertical scrollbar thumb drawable

Java documentation for android.view.View.setVerticalScrollbarThumbDrawable(android.graphics.drawable.Drawable).

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