LayerDrawable.SetLayerInsetEnd(Int32, Int32) Method

Definition

[Android.Runtime.Register("setLayerInsetEnd", "(II)V", "GetSetLayerInsetEnd_IIHandler", ApiSince=23)]
public virtual void SetLayerInsetEnd (int index, int e);
[<Android.Runtime.Register("setLayerInsetEnd", "(II)V", "GetSetLayerInsetEnd_IIHandler", ApiSince=23)>]
abstract member SetLayerInsetEnd : int * int -> unit
override this.SetLayerInsetEnd : int * int -> unit

Parameters

index
Int32

the index of the layer to adjust

e
Int32

number of pixels to inset from the end bound, or #INSET_UNDEFINED if not specified

Attributes

Remarks

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