LayerDrawable.SetLayerHeight(Int32, Int32) Método

Definición

[Android.Runtime.Register("setLayerHeight", "(II)V", "GetSetLayerHeight_IIHandler", ApiSince=23)]
public virtual void SetLayerHeight(int index, int h);
[<Android.Runtime.Register("setLayerHeight", "(II)V", "GetSetLayerHeight_IIHandler", ApiSince=23)>]
abstract member SetLayerHeight : int * int -> unit
override this.SetLayerHeight : int * int -> unit

Parámetros

index
Int32

índice de la capa que se va a ajustar

h
Int32

height en píxeles o -1 para usar el alto intrínseco

Atributos

Comentarios

Java documentación para android.graphics.drawable.LayerDrawable.setLayerHeight(int, int).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a