LayerDrawable.GetLayerInsetStart(Int32) Method

Definition

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

Parameters

index
Int32

the index of the layer

Returns

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

Attributes

Remarks

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