共用方式為


CalendarView.DateTextAppearance 屬性

定義

取得行事曆日期的文字外觀。 -或- 設定行事曆日期的文字外觀。

public virtual int DateTextAppearance { [Android.Runtime.Register("getDateTextAppearance", "()I", "GetGetDateTextAppearanceHandler")] get; [Android.Runtime.Register("setDateTextAppearance", "(I)V", "GetSetDateTextAppearance_IHandler")] set; }
[<get: Android.Runtime.Register("getDateTextAppearance", "()I", "GetGetDateTextAppearanceHandler")>]
[<set: Android.Runtime.Register("setDateTextAppearance", "(I)V", "GetSetDateTextAppearance_IHandler")>]
member this.DateTextAppearance : int with get, set

屬性值

文字外觀資源標識碼。

屬性

備註

屬性 getter 檔:

取得行事曆日期的文字外觀。

android.widget.CalendarView.getDateTextAppearance()Java 檔。

屬性 setter 檔:

設定行事曆日期的文字外觀。

android.widget.CalendarView.setDateTextAppearance(int)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於