LayerDrawable.SetLayerInsetRight(Int32, Int32) Method

Definition

[Android.Runtime.Register("setLayerInsetRight", "(II)V", "GetSetLayerInsetRight_IIHandler", ApiSince=23)]
public virtual void SetLayerInsetRight (int index, int r);
[<Android.Runtime.Register("setLayerInsetRight", "(II)V", "GetSetLayerInsetRight_IIHandler", ApiSince=23)>]
abstract member SetLayerInsetRight : int * int -> unit
override this.SetLayerInsetRight : int * int -> unit

Parameters

index
Int32

the index of the layer to adjust

r
Int32

number of pixels to inset from the right bound

Attributes

Remarks

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