TabWidget.LeftStripDrawable Property

Definition

public virtual Android.Graphics.Drawables.Drawable? LeftStripDrawable { [Android.Runtime.Register("getLeftStripDrawable", "()Landroid/graphics/drawable/Drawable;", "GetGetLeftStripDrawableHandler", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getLeftStripDrawable", "()Landroid/graphics/drawable/Drawable;", "GetGetLeftStripDrawableHandler", ApiSince=24)>]
member this.LeftStripDrawable : Android.Graphics.Drawables.Drawable

Property Value

the drawable used as the left part of the strip below the tab indicators, may be null

Attributes

Remarks

Java documentation for android.widget.TabWidget.getLeftStripDrawable().

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