TextView.TextSelectHandleLeft 属性

定义

返回对应于用于选择文本的左句柄的 Drawable。 - 或 - 设置对应于用于选择文本的左句柄的 Drawable。

public virtual Android.Graphics.Drawables.Drawable? TextSelectHandleLeft { [Android.Runtime.Register("getTextSelectHandleLeft", "()Landroid/graphics/drawable/Drawable;", "GetGetTextSelectHandleLeftHandler", ApiSince=29)] get; [Android.Runtime.Register("setTextSelectHandleLeft", "(Landroid/graphics/drawable/Drawable;)V", "GetSetTextSelectHandleLeft_Landroid_graphics_drawable_Drawable_Handler", ApiSince=29)] set; }
[<get: Android.Runtime.Register("getTextSelectHandleLeft", "()Landroid/graphics/drawable/Drawable;", "GetGetTextSelectHandleLeftHandler", ApiSince=29)>]
[<set: Android.Runtime.Register("setTextSelectHandleLeft", "(Landroid/graphics/drawable/Drawable;)V", "GetSetTextSelectHandleLeft_Landroid_graphics_drawable_Drawable_Handler", ApiSince=29)>]
member this.TextSelectHandleLeft : Android.Graphics.Drawables.Drawable with get, set

属性值

可绘制的左侧文本选择句柄

属性

注解

属性 getter 文档:

返回对应于用于选择文本的左句柄的 Drawable。 请注意,应用于句柄 Drawable 的任何更改都将不可见,直到该句柄被隐藏,然后重新绘制。

android.widget.TextView.getTextSelectHandleLeft()Java 文档。

属性资源库文档:

设置对应于用于选择文本的左句柄的 Drawable。 Drawable 默认为 textSelectHandleLeft 属性的值。 请注意,应用于句柄 Drawable 的任何更改都将不可见,直到该句柄被隐藏,然后重新绘制。

android.widget.TextView.setTextSelectHandleLeft(android.graphics.drawable.Drawable)Java 文档。

此页面的某些部分是基于 创建和共享的工作进行的修改,并根据 署名许可中所述的条款使用。

适用于