Android.Widget.LinearLayout.DividerPadding Property
Get the padding size used to inset dividers in pixels

Syntax

[get: Android.Runtime.Register("getDividerPadding", "()I", "GetGetDividerPaddingHandler")]
[set: Android.Runtime.Register("setDividerPadding", "(I)V", "GetSetDividerPadding_IHandler")]
public virtual int DividerPadding { get; set; }

See Also

LinearLayout.ShowDividers
LinearLayout.SetDividerDrawable(Android.Graphics.Drawables.Drawable)
LinearLayout.DividerPadding
LinearLayout.ShowDividers
LinearLayout.SetDividerDrawable(Android.Graphics.Drawables.Drawable)
LinearLayout.DividerPadding

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Get the padding size used to inset dividers in pixels

Set method documentation [Android Documentation]

Set padding displayed on both ends of dividers.

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14