語言

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

屬性值

電流轉換方法是否適用於所有大寫。

屬性

備註

檢查套用至此 TextView 的轉換方法是否設定為 ALL CAPS。

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

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

適用於