次の方法で共有


TextView.TextSelectHandleRight プロパティ

定義

テキストの選択に使用する右ハンドルに対応する Drawable を返します。 または、テキストの選択に使用する右ハンドルに対応する Drawable を設定します。

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

プロパティ値

右のテキスト選択ハンドルが描画可能

属性

注釈

プロパティ getter のドキュメント:

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

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

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

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

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

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象