LayerDrawable.GetLayerInsetRight(Int32) Method

Definition

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

Parameters

index
Int32

the index of the layer

Returns

number of pixels to inset from the right bound

Attributes

Remarks

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