LayerDrawable.GetLayerInsetBottom(Int32) Method

Definition

[Android.Runtime.Register("getLayerInsetBottom", "(I)I", "GetGetLayerInsetBottom_IHandler", ApiSince=23)]
public virtual int GetLayerInsetBottom (int index);
[<Android.Runtime.Register("getLayerInsetBottom", "(I)I", "GetGetLayerInsetBottom_IHandler", ApiSince=23)>]
abstract member GetLayerInsetBottom : int -> int
override this.GetLayerInsetBottom : int -> int

Parameters

index
Int32

the index of the layer

Returns

number of pixels to inset from the bottom bound

Attributes

Remarks

Java documentation for android.graphics.drawable.LayerDrawable.getLayerInsetBottom(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