View.HorizontalScrollbarTrackDrawable Property

Definition

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

C#
public virtual Android.Graphics.Drawables.Drawable? HorizontalScrollbarTrackDrawable { [Android.Runtime.Register("getHorizontalScrollbarTrackDrawable", "()Landroid/graphics/drawable/Drawable;", "GetGetHorizontalScrollbarTrackDrawableHandler", ApiSince=29)] get; [Android.Runtime.Register("setHorizontalScrollbarTrackDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetSetHorizontalScrollbarTrackDrawable_Landroid_graphics_drawable_Drawable_Handler", ApiSince=29)] set; }

Property Value

Attributes

Remarks

Property getter documentation:

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

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

Property setter documentation:

Defines the horizontal track drawable

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

Produkt Wersje
.NET for Android .NET for Android API 34, .NET for Android API 35