TextView.TransformationMethod 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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 的当前转换方法。
- 属性
注解
属性 getter 文档:
获取 TextView 的当前 android.text.method.TransformationMethod 值。 这通常为 null,但单行字段和密码字段除外。
Java文档android.widget.TextView.getTransformationMethod()。
属性 setter 文档:
设置应用于此 TextView 显示的文本的转换。
Java文档android.widget.TextView.setTransformationMethod(android.text.method.TransformationMethod)。
本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。