次の方法で共有


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[]

戻り値

属性

注釈

左、上、右、および下の境界線の描画可能な値を返します。

の Java ドキュメントandroid.widget.TextView.getCompoundDrawables()

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象