LayerDrawable.GetLayerInsetTop(Int32) Method

Definition

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

Parameters

index
Int32

the index of the layer

Returns

number of pixels to inset from the top bound

Attributes

Remarks

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