View.HorizontalScrollbarTrackDrawable Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the currently configured Drawable for the track of the horizontal scroll bar if it exists, null otherwise. -or- Defines the horizontal track drawable
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; }
[<get: Android.Runtime.Register("getHorizontalScrollbarTrackDrawable", "()Landroid/graphics/drawable/Drawable;", "GetGetHorizontalScrollbarTrackDrawableHandler", ApiSince=29)>]
[<set: Android.Runtime.Register("setHorizontalScrollbarTrackDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetSetHorizontalScrollbarTrackDrawable_Landroid_graphics_drawable_Drawable_Handler", ApiSince=29)>]
member this.HorizontalScrollbarTrackDrawable : Android.Graphics.Drawables.Drawable with get, set
- Attributes
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
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.
Produkt | Wersje |
---|---|
.NET for Android | .NET for Android API 34, .NET for Android API 35 |