TextView.TransformationMethod 屬性

定義

取得 TextView 的目前 android.text.method.TransformationMethod 。 -或- 設定套用至此 TextView 所顯示之文字的轉換。

public Android.Text.Method.ITransformationMethod? TransformationMethod { [Android.Runtime.Register("getTransformationMethod", "()Landroid/text/method/TransformationMethod;", "")] get; [Android.Runtime.Register("setTransformationMethod", "(Landroid/text/method/TransformationMethod;)V", "")] set; }
[<get: Android.Runtime.Register("getTransformationMethod", "()Landroid/text/method/TransformationMethod;", "")>]
[<set: Android.Runtime.Register("setTransformationMethod", "(Landroid/text/method/TransformationMethod;)V", "")>]
member this.TransformationMethod : Android.Text.Method.ITransformationMethod with get, set

屬性值

這是目前 TextView 的轉換方法。

屬性

備註

財產取得者文件:

取得 TextView 的目前 android.text.method.TransformationMethod 。 這通常為空,除了單行和密碼欄位外。

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

屬性設定文件:

設定對此 TextView 顯示的文字所施加的轉換。

Java 文件 android.widget.TextView.setTransformationMethod(android.text.method.TransformationMethod)

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

適用於