TextView.SetCompoundDrawablesWithIntrinsicBounds 方法

定义

重载

SetCompoundDrawablesWithIntrinsicBounds(Drawable, Drawable, Drawable, Drawable)

设置绘制器(如果有)显示在文本的左侧、上方、右侧和下方。

SetCompoundDrawablesWithIntrinsicBounds(Int32, Int32, Int32, Int32)

设置绘制器(如果有)显示在文本的左侧、上方、右侧和下方。

SetCompoundDrawablesWithIntrinsicBounds(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

左侧绘图器的资源标识符。

top
Drawable

顶部绘图器的资源标识符。

right
Drawable

右侧的 Drawable 的资源标识符。

bottom
Drawable

底部可绘制的资源标识符。

属性

注解

设置绘制器(如果有)显示在文本的左侧、上方、右侧和下方。 如果不希望在其中绘制可绘制,请使用 null 。 绘图对象边界将设置为其固有边界。

调用此方法将覆盖以前使用 #setCompoundDrawablesRelative 或相关方法设置的任何 Drawables。

适用于 . 的 android.widget.TextView.setCompoundDrawablesWithIntrinsicBounds(android.graphics.drawable.Drawable, android.graphics.drawable.Drawable, android.graphics.drawable.Drawable, android.graphics.drawable.Drawable)Java 文档

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

适用于

SetCompoundDrawablesWithIntrinsicBounds(Int32, Int32, Int32, Int32)

设置绘制器(如果有)显示在文本的左侧、上方、右侧和下方。

[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

左侧绘图器的资源标识符。

top
Int32

顶部绘图器的资源标识符。

right
Int32

右侧的 Drawable 的资源标识符。

bottom
Int32

底部可绘制的资源标识符。

属性

注解

设置绘制器(如果有)显示在文本的左侧、上方、右侧和下方。 如果不希望在其中绘制可绘制,请使用 0。 绘图对象边界将设置为其固有边界。

调用此方法将覆盖以前使用 #setCompoundDrawablesRelative 或相关方法设置的任何 Drawables。

适用于 . 的 android.widget.TextView.setCompoundDrawablesWithIntrinsicBounds(int, int, int, int)Java 文档

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

适用于