共用方式為


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 屬性授權中所述的詞彙使用。

適用於