View.VerticalScrollbarTrackDrawable Property
Definition
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 vertical scroll bar if it exists, null otherwise. -or- Defines the vertical scrollbar track drawable
public virtual Android.Graphics.Drawables.Drawable? VerticalScrollbarTrackDrawable { [Android.Runtime.Register("getVerticalScrollbarTrackDrawable", "()Landroid/graphics/drawable/Drawable;", "GetGetVerticalScrollbarTrackDrawableHandler", ApiSince=29)] get; [Android.Runtime.Register("setVerticalScrollbarTrackDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetSetVerticalScrollbarTrackDrawable_Landroid_graphics_drawable_Drawable_Handler", ApiSince=29)] set; }
[<get: Android.Runtime.Register("getVerticalScrollbarTrackDrawable", "()Landroid/graphics/drawable/Drawable;", "GetGetVerticalScrollbarTrackDrawableHandler", ApiSince=29)>]
[<set: Android.Runtime.Register("setVerticalScrollbarTrackDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetSetVerticalScrollbarTrackDrawable_Landroid_graphics_drawable_Drawable_Handler", ApiSince=29)>]
member this.VerticalScrollbarTrackDrawable : Android.Graphics.Drawables.Drawable with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
Returns the currently configured Drawable for the track of the vertical scroll bar if it exists, null otherwise.
Java documentation for android.view.View.getVerticalScrollbarTrackDrawable()
.
Property setter documentation:
Defines the vertical scrollbar 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.