LayerDrawable.GetLayerInsetBottom(Int32) 方法

定义

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

参数

index
Int32

层的索引

返回

要从底部边界内嵌入的像素数

属性

注解

适用于 . 的 android.graphics.drawable.LayerDrawable.getLayerInsetBottom(int)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于