View.HorizontalScrollbarThumbDrawable Property

Definition

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

C#
public virtual Android.Graphics.Drawables.Drawable? HorizontalScrollbarThumbDrawable { [Android.Runtime.Register("getHorizontalScrollbarThumbDrawable", "()Landroid/graphics/drawable/Drawable;", "GetGetHorizontalScrollbarThumbDrawableHandler", ApiSince=29)] get; [Android.Runtime.Register("setHorizontalScrollbarThumbDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetSetHorizontalScrollbarThumbDrawable_Landroid_graphics_drawable_Drawable_Handler", ApiSince=29)] set; }

Property Value

Attributes

Remarks

Property getter documentation:

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

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

Property setter documentation:

Defines the horizontal thumb drawable

Java documentation for android.view.View.setHorizontalScrollbarThumbDrawable(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

Product Versions
.NET for Android .NET for Android API 34, .NET for Android API 35