LinearLayout.ShowDividers Property

Definition

Set how dividers should be shown between items in this layout

C#
public virtual Android.Widget.ShowDividers ShowDividers { [Android.Runtime.Register("getShowDividers", "()I", "GetGetShowDividersHandler")] get; [Android.Runtime.Register("setShowDividers", "(I)V", "GetSetShowDividers_IHandler")] 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

Produkt Wersje
.NET for Android .NET for Android API 34, .NET for Android API 35

See also