語言

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

屬性值

左側文字選擇柄可繪製

屬性

備註

財產取得者文件:

傳回對應至用於選取文字之左控點的 Drawable。 請注意,對可繪製的握柄所做的任何變更,直到握把被隱藏並重新繪製時,都不會被看見。

Java 文件 android.widget.TextView.getTextSelectHandleLeft()

屬性設定文件:

設定對應至用於選取文字的左控點的 Drawable。 可繪製物件預設為 textSelectHandleLeft 屬性的值。 請注意,對可繪製的握柄所做的任何變更,直到握把被隱藏並重新繪製時,都不會被看見。

Java 文件 android.widget.TextView.setTextSelectHandleLeft(android.graphics.drawable.Drawable)

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於