TextView.SetCompoundDrawablesWithIntrinsicBounds 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SetCompoundDrawablesWithIntrinsicBounds(Drawable, Drawable, Drawable, Drawable) |
將 Drawables (如果有的話)設定為出現在文字的左邊、上方、右邊和下方。 |
SetCompoundDrawablesWithIntrinsicBounds(Int32, Int32, Int32, Int32) |
將 Drawables (如果有的話)設定為出現在文字的左邊、上方、右邊和下方。 |
SetCompoundDrawablesWithIntrinsicBounds(Drawable, Drawable, Drawable, Drawable)
將 Drawables (如果有的話)設定為出現在文字的左邊、上方、右邊和下方。
[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 的資源識別碼。
- 屬性
備註
將 Drawables (如果有的話)設定為出現在文字的左邊、上方、右邊和下方。 如果您不想在該處繪製可繪製,請使用 null
。 Drawables 的界限將會設定為其內建界限。
呼叫此方法將會覆寫先前使用 #setCompoundDrawablesRelative
或相關方法設定的任何 Drawables。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。
適用於
SetCompoundDrawablesWithIntrinsicBounds(Int32, Int32, Int32, Int32)
將 Drawables (如果有的話)設定為出現在文字的左邊、上方、右邊和下方。
[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 的資源識別碼。
- 屬性
備註
將 Drawables (如果有的話)設定為出現在文字的左邊、上方、右邊和下方。 如果您不想在那裡繪製,請使用 0。 Drawables 的界限將會設定為其內建界限。
呼叫此方法將會覆寫先前使用 #setCompoundDrawablesRelative
或相關方法設定的任何 Drawables。
的 android.widget.TextView.setCompoundDrawablesWithIntrinsicBounds(int, int, int, int)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。