共用方式為


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 的任何變更,在隱藏句柄后再重新繪製之前,都不會顯示。

android.widget.TextView.getTextSelectHandleRight()Java 檔。

屬性 setter 檔:

設定對應至用於選取文字的正確句柄的 Drawable。 Drawable 預設為 textSelectHandleRight 屬性的值。 請注意,套用至句柄 Drawable 的任何變更,在隱藏句柄后再重新繪製之前,都不會顯示。

android.widget.TextView.setTextSelectHandleRight(android.graphics.drawable.Drawable)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於