LayerDrawable.GetLayerInsetEnd(Int32) Method

Definition

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

Parameters

index
Int32

the index of the layer

Returns

number of pixels to inset from the end bound

Attributes

Remarks

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