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 に適用された変更は、ハンドルが非表示になってから再度描画されるまで表示されないことに注意してください。

の Java ドキュメント android.widget.TextView.getTextSelectHandleLeft()

プロパティ セッターのドキュメント:

テキストの選択に使用する左ハンドルに対応する Drawable を設定します。 Drawable の既定値は textSelectHandleLeft 属性の値です。 ハンドル Drawable に適用された変更は、ハンドルが非表示になってから再度描画されるまで表示されないことに注意してください。

の Java ドキュメント android.widget.TextView.setTextSelectHandleLeft(android.graphics.drawable.Drawable)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象