次の方法で共有


TextView.SetCompoundDrawablesWithIntrinsicBounds メソッド

定義

オーバーロード

SetCompoundDrawablesWithIntrinsicBounds(Drawable, Drawable, Drawable, Drawable)

テキストの左側、上、右、および下に表示する Drawable を設定します (存在する場合)。

SetCompoundDrawablesWithIntrinsicBounds(Int32, Int32, Int32, Int32)

テキストの左側、上、右、および下に表示する Drawable を設定します (存在する場合)。

SetCompoundDrawablesWithIntrinsicBounds(Drawable, Drawable, Drawable, Drawable)

テキストの左側、上、右、および下に表示する Drawable を設定します (存在する場合)。

[Android.Runtime.Register("setCompoundDrawablesWithIntrinsicBounds", "(Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;)V", "GetSetCompoundDrawablesWithIntrinsicBounds_Landroid_graphics_drawable_Drawable_Landroid_graphics_drawable_Drawable_Landroid_graphics_drawable_Drawable_Landroid_graphics_drawable_Drawable_Handler")]
public virtual void SetCompoundDrawablesWithIntrinsicBounds (Android.Graphics.Drawables.Drawable? left, Android.Graphics.Drawables.Drawable? top, Android.Graphics.Drawables.Drawable? right, Android.Graphics.Drawables.Drawable? bottom);
[<Android.Runtime.Register("setCompoundDrawablesWithIntrinsicBounds", "(Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;)V", "GetSetCompoundDrawablesWithIntrinsicBounds_Landroid_graphics_drawable_Drawable_Landroid_graphics_drawable_Drawable_Landroid_graphics_drawable_Drawable_Landroid_graphics_drawable_Drawable_Handler")>]
abstract member SetCompoundDrawablesWithIntrinsicBounds : Android.Graphics.Drawables.Drawable * Android.Graphics.Drawables.Drawable * Android.Graphics.Drawables.Drawable * Android.Graphics.Drawables.Drawable -> unit
override this.SetCompoundDrawablesWithIntrinsicBounds : Android.Graphics.Drawables.Drawable * Android.Graphics.Drawables.Drawable * Android.Graphics.Drawables.Drawable * Android.Graphics.Drawables.Drawable -> unit

パラメーター

left
Drawable

左側の Drawable のリソース識別子。

top
Drawable

最上位の Drawable のリソース識別子。

right
Drawable

適切な Drawable のリソース識別子。

bottom
Drawable

下の Drawable のリソース識別子。

属性

注釈

テキストの左側、上、右、および下に表示する Drawable を設定します (存在する場合)。 Drawable が不要な場合に使用 null します。 Drawables の境界は、組み込みの境界に設定されます。

このメソッドを呼び出すと、以前に設定 #setCompoundDrawablesRelative した Drawables または関連メソッドが上書きされます。

の Java ドキュメントandroid.widget.TextView.setCompoundDrawablesWithIntrinsicBounds(android.graphics.drawable.Drawable, android.graphics.drawable.Drawable, android.graphics.drawable.Drawable, android.graphics.drawable.Drawable)

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

適用対象

SetCompoundDrawablesWithIntrinsicBounds(Int32, Int32, Int32, Int32)

テキストの左側、上、右、および下に表示する Drawable を設定します (存在する場合)。

[Android.Runtime.Register("setCompoundDrawablesWithIntrinsicBounds", "(IIII)V", "GetSetCompoundDrawablesWithIntrinsicBounds_IIIIHandler")]
public virtual void SetCompoundDrawablesWithIntrinsicBounds (int left, int top, int right, int bottom);
[<Android.Runtime.Register("setCompoundDrawablesWithIntrinsicBounds", "(IIII)V", "GetSetCompoundDrawablesWithIntrinsicBounds_IIIIHandler")>]
abstract member SetCompoundDrawablesWithIntrinsicBounds : int * int * int * int -> unit
override this.SetCompoundDrawablesWithIntrinsicBounds : int * int * int * int -> unit

パラメーター

left
Int32

左側の Drawable のリソース識別子。

top
Int32

最上位の Drawable のリソース識別子。

right
Int32

適切な Drawable のリソース識別子。

bottom
Int32

下の Drawable のリソース識別子。

属性

注釈

テキストの左側、上、右、および下に表示する Drawable を設定します (存在する場合)。 Drawable が不要な場合は、0 を使用します。 Drawables の境界は、組み込みの境界に設定されます。

このメソッドを呼び出すと、以前に設定 #setCompoundDrawablesRelative した Drawables または関連メソッドが上書きされます。

の Java ドキュメントandroid.widget.TextView.setCompoundDrawablesWithIntrinsicBounds(int, int, int, int)

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

適用対象