TextView.IsAllCaps 属性

定义

检查应用于此 TextView 的转换方法是否设置为 ALL CAPS。

public virtual bool IsAllCaps { [Android.Runtime.Register("isAllCaps", "()Z", "GetIsAllCapsHandler", ApiSince=28)] get; }
[<get: Android.Runtime.Register("isAllCaps", "()Z", "GetIsAllCapsHandler", ApiSince=28)>]
member this.IsAllCaps : bool

属性值

当前转换方法是否适用于 ALL CAPS。

属性

注解

检查应用于此 TextView 的转换方法是否设置为 ALL CAPS。

适用于 . 的 android.widget.TextView.isAllCaps()Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于