LinearLayout.ShowDividers Property

Definition

Set how dividers should be shown between items in this layout

public virtual Android.Widget.ShowDividers ShowDividers { [Android.Runtime.Register("getShowDividers", "()I", "GetGetShowDividersHandler")] get; [Android.Runtime.Register("setShowDividers", "(I)V", "GetSetShowDividers_IHandler")] set; }
[<get: Android.Runtime.Register("getShowDividers", "()I", "GetGetShowDividersHandler")>]
[<set: Android.Runtime.Register("setShowDividers", "(I)V", "GetSetShowDividers_IHandler")>]
member this.ShowDividers : Android.Widget.ShowDividers with get, set

Property Value

A flag set indicating how dividers should be shown around items.

Attributes

Remarks

Property getter documentation:

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

Property setter documentation:

Set how dividers should be shown between items in this layout

Java documentation for android.widget.LinearLayout.setShowDividers(int).

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