TextView.TextSelectHandleRight Property

Definition

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

public virtual Android.Graphics.Drawables.Drawable? TextSelectHandleRight { [Android.Runtime.Register("getTextSelectHandleRight", "()Landroid/graphics/drawable/Drawable;", "GetGetTextSelectHandleRightHandler", ApiSince=29)] get; [Android.Runtime.Register("setTextSelectHandleRight", "(Landroid/graphics/drawable/Drawable;)V", "GetSetTextSelectHandleRight_Landroid_graphics_drawable_Drawable_Handler", ApiSince=29)] set; }
[<get: Android.Runtime.Register("getTextSelectHandleRight", "()Landroid/graphics/drawable/Drawable;", "GetGetTextSelectHandleRightHandler", ApiSince=29)>]
[<set: Android.Runtime.Register("setTextSelectHandleRight", "(Landroid/graphics/drawable/Drawable;)V", "GetSetTextSelectHandleRight_Landroid_graphics_drawable_Drawable_Handler", ApiSince=29)>]
member this.TextSelectHandleRight : Android.Graphics.Drawables.Drawable with get, set

Property Value

the right text selection handle drawable

Attributes

Remarks

Property getter documentation:

Returns the Drawable corresponding to the right 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.getTextSelectHandleRight().

Property setter documentation:

Sets the Drawable corresponding to the right handle used for selecting text. The Drawable defaults to the value of the textSelectHandleRight 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.setTextSelectHandleRight(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