Android.Graphics.Drawables.LayerDrawable.SetLayerInset Method
Specifies the insets in pixels for the drawable at the specified index.

Syntax

[Android.Runtime.Register("setLayerInset", "(IIIII)V", "GetSetLayerInset_IIIIIHandler")]
public virtual void SetLayerInset (int index, int l, int t, int r, int b)

Parameters

index
the index of the drawable to adjust
l
number of pixels to add to the left bound
t
number of pixels to add to the top bound
r
number of pixels to subtract from the right bound
b
number of pixels to subtract from the bottom bound

Remarks

Specifies the insets in pixels for the drawable at the specified index.

[Android Documentation]

Requirements

Namespace: Android.Graphics.Drawables
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1