LinearLayout.DividerDrawable Property

Definition

Provides the managed binding for public virtual Android.Graphics.Drawables.Drawable? DividerDrawable { get; }.

public virtual Android.Graphics.Drawables.Drawable? DividerDrawable { [Android.Runtime.Register("getDividerDrawable", "()Landroid/graphics/drawable/Drawable;", "GetGetDividerDrawableHandler")] get; }
[<get: Android.Runtime.Register("getDividerDrawable", "()Landroid/graphics/drawable/Drawable;", "GetGetDividerDrawableHandler")>]
member this.DividerDrawable : Android.Graphics.Drawables.Drawable

Property Value

the divider Drawable that will divide each item.

Attributes

Remarks

Java documentation for android.widget.LinearLayout.getDividerDrawable().

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

See also