TextView.GetCompoundDrawables 方法

定义

返回左边框、上边框、右边框和下边框的可绘制值。

[Android.Runtime.Register("getCompoundDrawables", "()[Landroid/graphics/drawable/Drawable;", "GetGetCompoundDrawablesHandler")]
public virtual Android.Graphics.Drawables.Drawable[] GetCompoundDrawables ();
[<Android.Runtime.Register("getCompoundDrawables", "()[Landroid/graphics/drawable/Drawable;", "GetGetCompoundDrawablesHandler")>]
abstract member GetCompoundDrawables : unit -> Android.Graphics.Drawables.Drawable[]
override this.GetCompoundDrawables : unit -> Android.Graphics.Drawables.Drawable[]

返回

属性

注解

返回左边框、上边框、右边框和下边框的可绘制值。

适用于 . 的 android.widget.TextView.getCompoundDrawables()Java 文档

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

适用于