TextView.TextSelectHandleLeft Property

Definition

Returns the Drawable corresponding to the left handle used for selecting text. -or- Sets the Drawable corresponding to the left handle used for selecting text.

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

Property Value

the left text selection handle drawable

Attributes

Remarks

Property getter documentation:

Returns the Drawable corresponding to the left handle used for selecting text. Note that any change applied to the handle Drawable will not be visible until the handle is hidden and then drawn again.

Java documentation for android.widget.TextView.getTextSelectHandleLeft().

Property setter documentation:

Sets the Drawable corresponding to the left handle used for selecting text. The Drawable defaults to the value of the textSelectHandleLeft attribute. Note that any change applied to the handle Drawable will not be visible until the handle is hidden and then drawn again.

Java documentation for android.widget.TextView.setTextSelectHandleLeft(android.graphics.drawable.Drawable).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to