LayerDrawable.SetLayerInsetBottom(Int32, Int32) Method

Definition

[Android.Runtime.Register("setLayerInsetBottom", "(II)V", "GetSetLayerInsetBottom_IIHandler", ApiSince=23)]
public virtual void SetLayerInsetBottom (int index, int b);
[<Android.Runtime.Register("setLayerInsetBottom", "(II)V", "GetSetLayerInsetBottom_IIHandler", ApiSince=23)>]
abstract member SetLayerInsetBottom : int * int -> unit
override this.SetLayerInsetBottom : int * int -> unit

Parameters

index
Int32

the index of the layer to adjust

b
Int32

number of pixels to inset from the bottom bound

Attributes

Remarks

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